Home | History | Annotate | Download | only in src

Lines Matching refs:CountIf

681   return test_cases_.CountIf(TestCasePassed);
686 return test_cases_.CountIf(TestCaseFailed);
697 return test_cases_.CountIf(ShouldRunTestCase);
1866 return test_part_results_.CountIf(TestPartPassed);
1876 return test_part_results_.CountIf(TestPartFailed);
1886 return test_part_results_.CountIf(TestPartFatallyFailed) > 0;
2316 return test_info_list_->CountIf(TestPassed);
2321 return test_info_list_->CountIf(TestFailed);
2325 return test_info_list_->CountIf(TestDisabled);
2330 return test_info_list_->CountIf(ShouldRunTest);