Lines Matching refs:TestCase
172 class TestCase { class
174 TestCase() {} // For std::vector<TestCase>. in TestCase() function in TestCase
175 explicit TestCase(const char* name) : name_(name) {} in TestCase() function in TestCase
266 std::vector<TestCase>& testcase_list) { in EnumerateTests()
304 testcase_list.push_back(TestCase(start)); in EnumerateTests()
319 const std::vector<TestCase>& testcase_list, size_t iteration, in OnTestIterationStartPrint()
339 static void OnTestEndPrint(const TestCase& testcase, size_t test_id) { in OnTestEndPrint()
360 static void OnTestIterationEndPrint(const std::vector<TestCase>& testcase_list, in OnTestIterationEndPrint()
499 const std::vector<TestCase>& testcase_list, in OnTestIterationEndXmlPrint()
685 static void HandleSignals(std::vector<TestCase>& testcase_list, in HandleSignals()
746 static void ReadChildProcOutput(std::vector<TestCase>& testcase_list, in ReadChildProcOutput()
749 TestCase& testcase = testcase_list[child_proc.testcase_id]; in ReadChildProcOutput()
771 static void WaitChildProcs(std::vector<TestCase>& testcase_list, in WaitChildProcs()
822 TestCase& testcase) { in CollectChildTestResult()
869 std::vector<TestCase>& testcase_list, in RunTestInSeparateProc()
927 TestCase& testcase = testcase_list[testcase_id]; in RunTestInSeparateProc()
1201 std::vector<TestCase> testcase_list; in main()