From: Chris Morris Date: 2003-02-07T01:56:27+09:00 Subject: Re: Return values from assertions > That hits the crux of my question -- the only practical difference > between a failure and an error is that the error can have a nice error > message? Doesn't an unhandled exception stop execution of the entire test suite, whereas a failure only halts that particular test? Chris