Home | History | Annotate | Download | only in gtest

Lines Matching refs:FormatTestCount

2132 static internal::String FormatTestCount(int test_count) {
2323 FormatTestCount(impl->test_to_run_count()).c_str(),
2416 FormatTestCount(impl->test_to_run_count()).c_str(),
2419 printf("%s.\n", FormatTestCount(impl->successful_test_count()).c_str());
2425 printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str());