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