Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc795 int UnitTestImpl::reportable_test_count() const { in reportable_test_count() function in testing::internal::UnitTestImpl
796 return SumOverTestSuiteList(test_suites_, &TestSuite::reportable_test_count); in reportable_test_count()
2733 int TestSuite::reportable_test_count() const { in reportable_test_count() function in testing::TestSuite
3862 StreamableToString(test_suite.reportable_test_count())); in PrintXmlTestSuite()
3894 StreamableToString(unit_test.reportable_test_count())); in PrintXmlUnitTest()
3917 if (unit_test.GetTestSuite(i)->reportable_test_count() > 0) in PrintXmlUnitTest()
4234 OutputJsonKey(stream, kTestsuite, "tests", test_suite.reportable_test_count(), in PrintJsonTestSuite()
4276 OutputJsonKey(stream, kTestsuites, "tests", unit_test.reportable_test_count(), in PrintJsonUnitTest()
4302 if (unit_test.GetTestSuite(i)->reportable_test_count() > 0) { in PrintJsonUnitTest()
4685 int UnitTest::reportable_test_count() const { in reportable_test_count() function in testing::UnitTest
[all …]
H A Dgtest-internal-inl.h565 int reportable_test_count() const;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h880 int reportable_test_count() const;
1337 int reportable_test_count() const;