Searched refs:CPPUNIT_MESSAGE (Results 1 – 10 of 10) sorted by relevance
149 CPPUNIT_MESSAGE( loc.name().c_str() ); in test_supported_locale()218 CPPUNIT_MESSAGE( e.what() ); in numpunct_by_name()230 CPPUNIT_MESSAGE( e.what() ); in numpunct_by_name()264 CPPUNIT_MESSAGE( e.what() ); in numpunct_by_name()
52 # define CHECK_COND(X) if (!(X)) { CPPUNIT_MESSAGE(#X); return false; }57 # define CHECK_COND(X) if (!check_cond(X)) { CPPUNIT_MESSAGE(#X); return false; }149 …CPPUNIT_MESSAGE("It looks like your compiler/platform supports denormalized floating point represe… in test_float_limits()
136 CPPUNIT_MESSAGE("No french locale to check collate facet"); in collate_facet()190 CPPUNIT_MESSAGE( e.what() ); in collate_by_name()202 CPPUNIT_MESSAGE( e.what() ); in collate_by_name()
46 CPPUNIT_MESSAGE( loc.name().c_str() ); in test_supported_locale()285 CPPUNIT_MESSAGE( ostr.str().c_str() ); in combine()
281 CPPUNIT_MESSAGE(str.str().c_str()); in check_get_float()294 CPPUNIT_MESSAGE(str.str().c_str()); in check_get_float()819 CPPUNIT_MESSAGE( "float" ); in num_get_float()821 CPPUNIT_MESSAGE( "double" ); in num_get_float()824 CPPUNIT_MESSAGE( "long double" ); in num_get_float()
563 CPPUNIT_MESSAGE("Not enough platform localization support to check 936 code page encoding."); in special_encodings()649 CPPUNIT_MESSAGE("Not enough platform localization support to check UTF8 encoding."); in special_encodings()
212 CPPUNIT_MESSAGE( loc.name().c_str() ); in test_supported_locale()
337 CPPUNIT_MESSAGE( loc.name().c_str() ); in test_supported_locale()
435 CPPUNIT_MESSAGE( loc.name().c_str() ); in test_supported_locale()
223 #define CPPUNIT_MESSAGE(m) CPPUNIT_NS::TestCase::message(m) macro