Searched refs:reportable_test_count (Results 1 – 4 of 4) sorted by relevance
1089 int UnitTestImpl::reportable_test_count() const { in reportable_test_count() function in testing::internal::UnitTestImpl1090 return SumOverTestSuiteList(test_suites_, &TestSuite::reportable_test_count); in reportable_test_count()2980 int TestSuite::reportable_test_count() const { in reportable_test_count() function in testing::TestSuite4367 StreamableToString(test_suite.reportable_test_count())); in PrintXmlTestSuite()4403 StreamableToString(unit_test.reportable_test_count())); in PrintXmlUnitTest()4426 if (unit_test.GetTestSuite(i)->reportable_test_count() > 0) in PrintXmlUnitTest()4809 OutputJsonKey(stream, kTestsuite, "tests", test_suite.reportable_test_count(), in PrintJsonTestSuite()4851 OutputJsonKey(stream, kTestsuites, "tests", unit_test.reportable_test_count(), in PrintJsonUnitTest()4877 if (unit_test.GetTestSuite(i)->reportable_test_count() > 0) { in PrintJsonUnitTest()5268 int UnitTest::reportable_test_count() const { in reportable_test_count() function in testing::UnitTest[all …]
550 int reportable_test_count() const;
615 ##### reportable_test_count {#TestSuite::reportable_test_count}617 `int TestSuite::reportable_test_count() const`864 ##### reportable_test_count {#UnitTest::reportable_test_count}866 `int UnitTest::reportable_test_count() const`
709 int reportable_test_count() const;1175 int reportable_test_count() const;