On 5/23/06, Tomas Hajny <[EMAIL PROTECTED]> wrote:
Couldn't it happen that one of the tests just crashes the whole program,
so further tests are not run at all then?

Nope.  That is the beauty of xUnit testing frameworks.  A Failures
(something you are testing for) and Errors (unexpected like exceptions
though you can test for exceptions as well) are caught by the testing
framework, so results can be written to show what happened on each
test case.  Tests are guaranteed to run (or tried to run).

Regards,
 - Graeme -

--
There's no place like 127.0.0.1
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to