Searched refs:reportable_test_count (Results 1 – 3 of 3) sorted by relevance
821 int UnitTestImpl::reportable_test_count() const { in reportable_test_count() function in testing::internal::UnitTestImpl822 return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count); in reportable_test_count()2761 int TestCase::reportable_test_count() const { in reportable_test_count() function in testing::TestCase3829 StreamableToString(test_case.reportable_test_count())); in PrintXmlTestCase()3858 StreamableToString(unit_test.reportable_test_count())); in PrintXmlUnitTest()3881 if (unit_test.GetTestCase(i)->reportable_test_count() > 0) in PrintXmlUnitTest()4189 OutputJsonKey(stream, kTestsuite, "tests", test_case.reportable_test_count(), in PrintJsonTestCase()4227 OutputJsonKey(stream, kTestsuites, "tests", unit_test.reportable_test_count(), in PrintJsonUnitTest()4253 if (unit_test.GetTestCase(i)->reportable_test_count() > 0) { in PrintJsonUnitTest()4630 int UnitTest::reportable_test_count() const { in reportable_test_count() function in testing::UnitTest[all …]
560 int reportable_test_count() const;
876 int reportable_test_count() const;1288 int reportable_test_count() const;