Home
last modified time | relevance | path

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

/haiku/src/tools/cppunit/cppunit/
H A DAsserter.cpp24 failIf( bool shouldFail, in failIf() argument
28 if ( shouldFail ) in failIf()
47 failNotEqualIf( bool shouldFail, in failNotEqualIf() argument
53 if ( shouldFail ) in failNotEqualIf()
/haiku/headers/tools/cppunit/cppunit/
H A DAsserter.h56 void CPPUNIT_API failIf( bool shouldFail,
81 void CPPUNIT_API failNotEqualIf( bool shouldFail,