Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc1116 int UnitTestImpl::reportable_test_count() const { in reportable_test_count() function in testing::internal::UnitTestImpl
1117 return SumOverTestSuiteList(test_suites_, &TestSuite::reportable_test_count); in reportable_test_count()
2906 int TestSuite::reportable_test_count() const { in reportable_test_count() function in testing::TestSuite
4322 StreamableToString(test_suite.reportable_test_count())); in PrintXmlTestSuite()
4358 StreamableToString(unit_test.reportable_test_count())); in PrintXmlUnitTest()
4381 if (unit_test.GetTestSuite(i)->reportable_test_count() > 0) in PrintXmlUnitTest()
4761 OutputJsonKey(stream, kTestsuite, "tests", test_suite.reportable_test_count(), in PrintJsonTestSuite()
4803 OutputJsonKey(stream, kTestsuites, "tests", unit_test.reportable_test_count(), in PrintJsonUnitTest()
4829 if (unit_test.GetTestSuite(i)->reportable_test_count() > 0) { in PrintJsonUnitTest()
5231 int UnitTest::reportable_test_count() const { in reportable_test_count() function in testing::UnitTest
[all …]
H A Dgtest-internal-inl.h563 int reportable_test_count() const;
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h723 int reportable_test_count() const;
1193 int reportable_test_count() const;