Searched refs:test_case_count (Results 1 – 5 of 5) sorted by relevance
103 def test_case_count(self): member in ACTSTaskInfo
722 std::size_t test_case_count() const in test_case_count() function in rapid_cxx_test::test_reporter
2463 static internal::String FormatTestCaseCount(int test_case_count) { in FormatTestCaseCount() argument2464 return FormatCountableNoun(test_case_count, "test case", "test cases"); in FormatTestCaseCount()
3855 static std::string FormatTestCaseCount(int test_case_count) { in FormatTestCaseCount() argument3856 return FormatCountableNoun(test_case_count, "test case", "test cases"); in FormatTestCaseCount()
4270 static std::string FormatTestCaseCount(int test_case_count) { in FormatTestCaseCount() argument4271 return FormatCountableNoun(test_case_count, "test case", "test cases"); in FormatTestCaseCount()