Searched refs:reportable_test_count (Results 1 – 4 of 4) sorted by relevance
1142 int UnitTestImpl::reportable_test_count() const { in reportable_test_count() function in testing::internal::UnitTestImpl1143 return SumOverTestSuiteList(test_suites_, &TestSuite::reportable_test_count); in reportable_test_count()2929 int TestSuite::reportable_test_count() const { in reportable_test_count() function in testing::TestSuite4343 StreamableToString(test_suite.reportable_test_count())); in PrintXmlTestSuite()4379 StreamableToString(unit_test.reportable_test_count())); in PrintXmlUnitTest()4402 if (unit_test.GetTestSuite(i)->reportable_test_count() > 0) in PrintXmlUnitTest()4807 OutputJsonKey(stream, kTestsuite, "tests", test_suite.reportable_test_count(), in PrintJsonTestSuite()4849 OutputJsonKey(stream, kTestsuites, "tests", unit_test.reportable_test_count(), in PrintJsonUnitTest()4875 if (unit_test.GetTestSuite(i)->reportable_test_count() > 0) { in PrintJsonUnitTest()5277 int UnitTest::reportable_test_count() const { in reportable_test_count() function in testing::UnitTest[all …]
564 int reportable_test_count() const;
635 ##### reportable_test_count {#TestSuite::reportable_test_count}637 `int TestSuite::reportable_test_count() const`884 ##### reportable_test_count {#UnitTest::reportable_test_count}886 `int UnitTest::reportable_test_count() const`
722 int reportable_test_count() const;1192 int reportable_test_count() const;