Searched refs:ConfigTest (Results 1 – 4 of 4) sorted by relevance
13 class ConfigTest : public CPPUNIT_NS::TestCase class15 CPPUNIT_TEST_SUITE(ConfigTest);35 CPPUNIT_TEST_SUITE_REGISTRATION(ConfigTest);37 void ConfigTest::placement_new_bug() in placement_new_bug()52 void ConfigTest::endianess() in endianess()68 void ConfigTest::template_function_partial_ordering() in template_function_partial_ordering()88 void ConfigTest::new_throw_bad_alloc() in new_throw_bad_alloc()
4 ConfigTest:
63 class ConfigTest(unittest.TestCase): class
1725 ConfigTest::template_function_partial_ordering.