[fpc-pascal] FPCUnit/DUnit: How abort all other tests?

Graeme Geldenhuys mailinglists at geldenhuys.co.uk
Sun Jul 23 02:35:51 CEST 2017


On 2017-07-22 21:50, Marcos Douglas B. Santos wrote:
> I would like to know if there is a way to abort all other test and an
> specific one fail. I mean, if some "special tests" fail, will be a
> waste of time to continue.

There is such functionality in FPTest (the DUnit2 fork for Free Pascal). 
Take a look at the EarlyExitCheck() check procedure. For more detailed 
information, read the docs/DUnit2Description.html page in the 
repository, and then jump to the "Summary Level Checks" section.

FPTest (and DUnit2 from SF.net) are backwards compatible with DUnit 
v9.4, but also has many more improvements and features.


The FPTest code repository can be found here:

   https://github.com/graemeg/fptest

or cloned directly via:

   git clone git://github.com/graemeg/fptest.git


Regards,
   Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp



More information about the fpc-pascal mailing list