Home | History | Annotate | Download | only in src

Lines Matching refs:test_case_count

2492 static std::string FormatTestCaseCount(int test_case_count) {
2493 return FormatCountableNoun(test_case_count, "test case", "test cases");