Home | History | Annotate | Download | only in gtest

Lines Matching refs:reportable_test_count

961   int reportable_test_count() const;
2234 int UnitTestImpl::reportable_test_count() const {
2235 return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count);
3851 int TestCase::reportable_test_count() const {
4823 StreamableToString(test_case.reportable_test_count()));
4851 reportable_test_count()));
4875 if (unit_test.GetTestCase(i)->reportable_test_count() > 0)
5186 int UnitTest::reportable_test_count() const {
5187 return impl()->reportable_test_count();