Searched refs:reportable_test_count (Results 1 – 4 of 4) sorted by relevance
1154 int UnitTestImpl::reportable_test_count() const { in reportable_test_count() function in testing::internal::UnitTestImpl1155 return SumOverTestSuiteList(test_suites_, &TestSuite::reportable_test_count); in reportable_test_count()2956 int TestSuite::reportable_test_count() const { in reportable_test_count() function in testing::TestSuite4377 StreamableToString(test_suite.reportable_test_count())); in PrintXmlTestSuite()4418 StreamableToString(unit_test.reportable_test_count())); in PrintXmlUnitTest()4442 if (unit_test.GetTestSuite(i)->reportable_test_count() > 0) in PrintXmlUnitTest()4846 OutputJsonKey(stream, kTestsuite, "tests", test_suite.reportable_test_count(), in PrintJsonTestSuite()4898 OutputJsonKey(stream, kTestsuites, "tests", unit_test.reportable_test_count(), in PrintJsonUnitTest()4924 if (unit_test.GetTestSuite(i)->reportable_test_count() > 0) { in PrintJsonUnitTest()5326 int UnitTest::reportable_test_count() const { in reportable_test_count() function in testing::UnitTest[all …]
564 int reportable_test_count() const;
732 ##### reportable_test_count {#TestSuite::reportable_test_count}734 `int TestSuite::reportable_test_count() const`981 ##### reportable_test_count {#UnitTest::reportable_test_count}983 `int UnitTest::reportable_test_count() const`
722 int reportable_test_count() const;1192 int reportable_test_count() const;