Searched refs:Asserter (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/tools/cppunit/cppunit/
H A DAsserter.cpp1 #include <cppunit/Asserter.h>
11 namespace Asserter namespace in namespace:CppUnit
58 } // namespace Asserter
H A DTestAssert.cpp22 Asserter::failIf( condition,
35 Asserter::failNotEqual( expected,
64 Asserter::failNotEqualIf( fabs( expected - actual ) > delta,
/haiku-fatelf/headers/tools/cppunit/cppunit/
H A DTestAssert.h6 #include <cppunit/Asserter.h>
96 Asserter::failNotEqual( assertion_traits<T>::toString(expected),
122 ( ::CppUnit::Asserter::failIf( !(condition), \
127 ( ::CppUnit::Asserter::failIf( !(condition), \
140 ( ::CppUnit::Asserter::failIf( !(condition), \
149 ( ::CppUnit::Asserter::fail( message, \
H A DAsserter.h31 * ::CppUnit::Asserter::failNotEqual( expected,
42 namespace Asserter namespace in namespace:CppUnit
87 } // namespace Asserter
/haiku-fatelf/src/tests/kits/shared/
H A DNaturalCompareTest.cpp94 CppUnit::Asserter::failIf(result != expectedResult, message);
/haiku-fatelf/headers/tools/cppunit/
H A DTestShell.h36 ::CppUnit::Asserter::failIf( \
/haiku-fatelf/src/tools/cppunit/
H A DTestShell.cpp247 ::CppUnit::Asserter::failIf(var, "ExpectDebuggerCall(): Already expecting "

Completed in 55 milliseconds