Home
last modified time | relevance | path

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

/haiku/src/tools/cppunit/cppunit/
H A DTestAssert.cpp30 TestAssert::assertNotEqualImplementation( string expected, in assertNotEqualImplementation() function in CppUnit::TestAssert
50 assertNotEqualImplementation( assertion_traits<double>::toString(expected), in assertEquals()
/haiku/headers/tools/cppunit/cppunit/
H A DTestAssert.h59 void CPPUNIT_API assertNotEqualImplementation( std::string expected,
73 assertNotEqualImplementation( assertion_traits<T>::toString(expected), in assertEquals()