Searched refs:reportable_test_count (Results 1 – 2 of 2) sorted by relevance
961 int reportable_test_count() const;2272 int UnitTestImpl::reportable_test_count() const { in reportable_test_count() function in testing::internal::UnitTestImpl2273 return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count); in reportable_test_count()4190 int TestCase::reportable_test_count() const { in reportable_test_count() function in testing::TestCase5217 StreamableToString(test_case.reportable_test_count())); in PrintXmlTestCase()5246 StreamableToString(unit_test.reportable_test_count())); in PrintXmlUnitTest()5269 if (unit_test.GetTestCase(i)->reportable_test_count() > 0) in PrintXmlUnitTest()5577 OutputJsonKey(stream, kTestsuite, "tests", test_case.reportable_test_count(), in PrintJsonTestCase()5641 if (unit_test.GetTestCase(i)->reportable_test_count() > 0) { in PrintJsonUnitTest()6013 int UnitTest::reportable_test_count() const { in reportable_test_count() function in testing::UnitTest[all …]
20630 int reportable_test_count() const;21034 int reportable_test_count() const;