Home
last modified time | relevance | path

Searched refs:failNotEqualIf (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/tools/cppunit/cppunit/
H A DAsserter.h81 void CPPUNIT_API failNotEqualIf( bool shouldFail,
/haiku/src/tools/cppunit/cppunit/
H A DAsserter.cpp47 failNotEqualIf( bool shouldFail, in failNotEqualIf() function
H A DTestAssert.cpp64 Asserter::failNotEqualIf( fabs( expected - actual ) > delta,