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 {
3339 StreamableToString(test_case.reportable_test_count()));
3367 StreamableToString(unit_test.reportable_test_count()));
3391 if (unit_test.GetTestCase(i)->reportable_test_count() > 0)
3702 int UnitTest::reportable_test_count() const {
3703 return impl()->reportable_test_count();