Searched refs:test_case_count (Results 1 – 1 of 1) sorted by relevance
2466 static std::string FormatTestCaseCount(int test_case_count) { in FormatTestCaseCount() argument2467 return FormatCountableNoun(test_case_count, "test case", "test cases"); in FormatTestCaseCount()