Home
last modified time | relevance | path

Searched refs:TestCount (Results 1 – 1 of 1) sorted by relevance

/test/vts/runners/target/gtest/
Dgtest_main.cpp183 size_t TestCount() const { return test_list_.size(); } in TestCount() function in TestCase
329 test_count += testcase.TestCount(); in OnTestIterationStartPrint()
373 test_count += testcase.TestCount(); in OnTestIterationEndPrint()
374 for (size_t i = 0; i < testcase.TestCount(); ++i) { in OnTestIterationEndPrint()
515 total_test_count += testcase.TestCount(); in OnTestIterationEndXmlPrint()
516 for (size_t j = 0; j < testcase.TestCount(); ++j) { in OnTestIterationEndXmlPrint()
544 testcase.GetName().c_str(), testcase.TestCount(), in OnTestIterationEndXmlPrint()
548 for (size_t j = 0; j < testcase.TestCount(); ++j) { in OnTestIterationEndXmlPrint()
911 if (++next_test_id == testcase_list[next_testcase_id].TestCount()) { in RunTestInSeparateProc()
932 if (++finished_test_count_list[testcase_id] == testcase.TestCount()) { in RunTestInSeparateProc()