Searched refs:shouldFail (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/tools/cppunit/cppunit/
H A DAsserter.cpp24 failIf( bool shouldFail, argument
28 if ( shouldFail )
47 failNotEqualIf( bool shouldFail, argument
53 if ( shouldFail )
/haiku-fatelf/headers/tools/cppunit/cppunit/
H A DAsserter.h51 * \param shouldFail if \c true then the exception is thrown. Otherwise
56 void CPPUNIT_API failIf( bool shouldFail,
73 * \param shouldFail if \c true then the exception is thrown. Otherwise
81 void CPPUNIT_API failNotEqualIf( bool shouldFail,

Completed in 47 milliseconds