Re: [cppunit] aborting the test case for failing condition

2018-01-08 Thread Michael Stahl
On 04.01.2018 17:30, malervier...@arcor.de wrote: > we are missing some fatal aborting assertions, i.e. the equivalents of all > current comparisons, but causing an (immediate) abort. Sometimes the > continuation of following tests makes no sense ... > > I could imagine the use of CPPUNIT_FAIL(m

[cppunit] aborting the test case for failing condition

2018-01-06 Thread malerviertel
Hi all, we are missing some fatal aborting assertions, i.e. the equivalents of all current comparisons, but causing an (immediate) abort. Sometimes the continuation of following tests makes no sense ... I could imagine the use of CPPUNIT_FAIL(message) for these situations, but hesitate to star