Searched refs:ConstructionTest (Results 1 – 3 of 3) sorted by relevance
457 struct ConstructionTest { struct466 struct ConstructionTest *data; in test_construction_setup() argument468 data = g_new0 (struct ConstructionTest, 1); in test_construction_setup()479 struct ConstructionTest *data = _data; in test_construction_init()494 struct ConstructionTest *data = _data; in test_construction_run()508 struct ConstructionTest *data = _data; in test_construction_finish()519 struct ConstructionTest *data = _data; in test_construction_teardown()529 struct ConstructionTest *data = _data; in test_construction_print_result()
26 virtual void ConstructionTest();
70 if (exec) ConstructionTest(); in runIndexedTest()251 void CharsetDetectionTest::ConstructionTest() in ConstructionTest() function in CharsetDetectionTest