Home | History | Annotate | Download | only in src

Lines Matching refs:reportable_test_count

970   int reportable_test_count() const;
2250 int UnitTestImpl::reportable_test_count() const {
2251 return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count);
3867 int TestCase::reportable_test_count() const {
4847 StreamableToString(test_case.reportable_test_count()));
4875 StreamableToString(unit_test.reportable_test_count()));
4899 if (unit_test.GetTestCase(i)->reportable_test_count() > 0)
5210 int UnitTest::reportable_test_count() const {
5211 return impl()->reportable_test_count();