Home
last modified time | relevance | path

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

/test/vts/runners/target/gtest/
Dgtest_main.cpp327 size_t test_count = 0; in OnTestIterationStartPrint() local
329 test_count += testcase.TestCount(); in OnTestIterationStartPrint()
332 printf("Running %zu %s from %zu %s.\n", test_count, in OnTestIterationStartPrint()
333 (test_count == 1) ? "test" : "tests", testcase_count, in OnTestIterationStartPrint()
369 size_t test_count = 0; in OnTestIterationEndPrint() local
373 test_count += testcase.TestCount(); in OnTestIterationEndPrint()
395 printf("%zu %s from %zu %s ran.", test_count, in OnTestIterationEndPrint()
396 (test_count == 1) ? "test" : "tests", testcase_count, in OnTestIterationEndPrint()