Searched refs:reportable_test_count (Results 1 – 3 of 3) sorted by relevance
1116 int UnitTestImpl::reportable_test_count() const { in reportable_test_count() function in testing::internal::UnitTestImpl1117 return SumOverTestSuiteList(test_suites_, &TestSuite::reportable_test_count); in reportable_test_count()2906 int TestSuite::reportable_test_count() const { in reportable_test_count() function in testing::TestSuite4322 StreamableToString(test_suite.reportable_test_count())); in PrintXmlTestSuite()4358 StreamableToString(unit_test.reportable_test_count())); in PrintXmlUnitTest()4381 if (unit_test.GetTestSuite(i)->reportable_test_count() > 0) in PrintXmlUnitTest()4761 OutputJsonKey(stream, kTestsuite, "tests", test_suite.reportable_test_count(), in PrintJsonTestSuite()4803 OutputJsonKey(stream, kTestsuites, "tests", unit_test.reportable_test_count(), in PrintJsonUnitTest()4829 if (unit_test.GetTestSuite(i)->reportable_test_count() > 0) { in PrintJsonUnitTest()5231 int UnitTest::reportable_test_count() const { in reportable_test_count() function in testing::UnitTest[all …]
563 int reportable_test_count() const;
723 int reportable_test_count() const;1193 int reportable_test_count() const;