Home | History | Annotate | Download | only in unit

Lines Matching full:what

25   CPPUNIT_TEST(what);
44 void what();
69 void ExceptionTest::what()
75 CPPUNIT_CHECK( strcmp( err.what(), "message" ) == 0 );
143 CPPUNIT_ASSERT( foo == e.what() );
146 CPPUNIT_ASSERT(foo == clone.what() );
156 CPPUNIT_ASSERT( foo == e.what() );
159 CPPUNIT_ASSERT(foo == clone.what() );
170 CPPUNIT_ASSERT(msg == e.what() );
173 CPPUNIT_ASSERT(msg == clone.what() );
183 CPPUNIT_ASSERT(msg == e.what() );
186 CPPUNIT_ASSERT(msg == clone.what() );