Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest.cc821 int UnitTestImpl::reportable_test_count() const { in reportable_test_count() function in testing::internal::UnitTestImpl
822 return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count); in reportable_test_count()
2761 int TestCase::reportable_test_count() const { in reportable_test_count() function in testing::TestCase
3829 StreamableToString(test_case.reportable_test_count())); in PrintXmlTestCase()
3858 StreamableToString(unit_test.reportable_test_count())); in PrintXmlUnitTest()
3881 if (unit_test.GetTestCase(i)->reportable_test_count() > 0) in PrintXmlUnitTest()
4189 OutputJsonKey(stream, kTestsuite, "tests", test_case.reportable_test_count(), in PrintJsonTestCase()
4227 OutputJsonKey(stream, kTestsuites, "tests", unit_test.reportable_test_count(), in PrintJsonUnitTest()
4253 if (unit_test.GetTestCase(i)->reportable_test_count() > 0) { in PrintJsonUnitTest()
4630 int UnitTest::reportable_test_count() const { in reportable_test_count() function in testing::UnitTest
[all …]
H A Dgtest-internal-inl.h560 int reportable_test_count() const;
/freebsd-12.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h876 int reportable_test_count() const;
1288 int reportable_test_count() const;