[fpc-devel] Definition of the time-fration in a TDateTime before30/12/1899

Graeme Geldenhuys graemeg.lists at gmail.com
Tue May 23 12:20:58 CEST 2006


On 5/23/06, Tomas Hajny <XHajT03 at mbox.vol.cz> 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


More information about the fpc-devel mailing list