Searched refs:test_count (Results 1 – 1 of 1) sorted by relevance
327 size_t test_count = 0; in OnTestIterationStartPrint() local329 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() local373 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()