Home
last modified time | relevance | path

Searched refs:failIf (Results 1 – 8 of 8) sorted by relevance

/haiku/headers/tools/cppunit/cppunit/
H A DTestAssert.h122 ( ::CppUnit::Asserter::failIf( !(condition), \
127 ( ::CppUnit::Asserter::failIf( !(condition), \
140 ( ::CppUnit::Asserter::failIf( !(condition), \
H A DAsserter.h56 void CPPUNIT_API failIf( bool shouldFail,
/haiku/src/tools/cppunit/cppunit/
H A DAsserter.cpp24 failIf( bool shouldFail, in failIf() function
H A DTestAssert.cpp22 Asserter::failIf( condition, in assertImplementation()
/haiku/src/tests/kits/shared/
H A DNaturalCompareTest.cpp102 CppUnit::Asserter::failIf(result != expectedResult, message); in _RunTest()
H A DDriverSettingsMessageAdapterTest.cpp28 CppUnit::Asserter::failIf(fSettings == NULL, in Settings()
/haiku/headers/tools/cppunit/
H A DTestShell.h40 ::CppUnit::Asserter::failIf( \
/haiku/src/tools/cppunit/
H A DTestShell.cpp243 ::CppUnit::Asserter::failIf(var, "ExpectDebuggerCall(): Already expecting " in ExpectDebuggerCall()