Home
last modified time | relevance | path

Searched refs:reportable_test_count (Results 1 – 4 of 4) sorted by relevance

/src/contrib/googletest/googletest/src/
H A Dgtest.cc1154 int UnitTestImpl::reportable_test_count() const { in reportable_test_count() function in testing::internal::UnitTestImpl
1155 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::TestSuite
4377 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 …]
H A Dgtest-internal-inl.h564 int reportable_test_count() const;
/src/contrib/googletest/docs/reference/
H A Dtesting.md732 ##### 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`
/src/contrib/googletest/googletest/include/gtest/
H A Dgtest.h722 int reportable_test_count() const;
1192 int reportable_test_count() const;