Searched refs:registerTestCase (Results 1 – 2 of 2) sorted by relevance
56 TestCase() { registerTestCase(this); } in TestCase()61 static void registerTestCase(TestCase *in_testCase);
32 void TestCase::registerTestCase(TestCase *in_testCase) { in registerTestCase() function in TestCase