Searched refs:reportable_test_count (Results 1 – 3 of 3) sorted by relevance
795 int UnitTestImpl::reportable_test_count() const { in reportable_test_count() function in testing::internal::UnitTestImpl796 return SumOverTestSuiteList(test_suites_, &TestSuite::reportable_test_count); in reportable_test_count()2733 int TestSuite::reportable_test_count() const { in reportable_test_count() function in testing::TestSuite3862 StreamableToString(test_suite.reportable_test_count())); in PrintXmlTestSuite()3894 StreamableToString(unit_test.reportable_test_count())); in PrintXmlUnitTest()3917 if (unit_test.GetTestSuite(i)->reportable_test_count() > 0) in PrintXmlUnitTest()4234 OutputJsonKey(stream, kTestsuite, "tests", test_suite.reportable_test_count(), in PrintJsonTestSuite()4276 OutputJsonKey(stream, kTestsuites, "tests", unit_test.reportable_test_count(), in PrintJsonUnitTest()4302 if (unit_test.GetTestSuite(i)->reportable_test_count() > 0) { in PrintJsonUnitTest()4685 int UnitTest::reportable_test_count() const { in reportable_test_count() function in testing::UnitTest[all …]
565 int reportable_test_count() const;
880 int reportable_test_count() const;1337 int reportable_test_count() const;