Home
last modified time | relevance | path

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

/test/vts/runners/target/gtest/
Dgtest_main.cpp326 size_t testcase_count = testcase_list.size(); in OnTestIterationStartPrint() local
333 (test_count == 1) ? "test" : "tests", testcase_count, in OnTestIterationStartPrint()
334 (testcase_count == 1) ? "test case" : "test cases"); in OnTestIterationStartPrint()
368 size_t testcase_count = testcase_list.size(); in OnTestIterationEndPrint() local
396 (test_count == 1) ? "test" : "tests", testcase_count, in OnTestIterationEndPrint()
397 (testcase_count == 1) ? "test case" : "test cases"); in OnTestIterationEndPrint()