Home | History | Annotate | Download | only in src

Lines Matching refs:reportable_test_count

750 int UnitTestImpl::reportable_test_count() const {
751 return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count);
2367 int TestCase::reportable_test_count() const {
3335 StreamableToString(test_case.reportable_test_count()));
3363 StreamableToString(unit_test.reportable_test_count()));
3387 if (unit_test.GetTestCase(i)->reportable_test_count() > 0)
3698 int UnitTest::reportable_test_count() const {
3699 return impl()->reportable_test_count();