Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest.cc1089 int UnitTestImpl::reportable_test_count() const { in reportable_test_count() function in testing::internal::UnitTestImpl
1090 return SumOverTestSuiteList(test_suites_, &TestSuite::reportable_test_count); in reportable_test_count()
2980 int TestSuite::reportable_test_count() const { in reportable_test_count() function in testing::TestSuite
4367 StreamableToString(test_suite.reportable_test_count())); in PrintXmlTestSuite()
4403 StreamableToString(unit_test.reportable_test_count())); in PrintXmlUnitTest()
4426 if (unit_test.GetTestSuite(i)->reportable_test_count() > 0) in PrintXmlUnitTest()
4809 OutputJsonKey(stream, kTestsuite, "tests", test_suite.reportable_test_count(), in PrintJsonTestSuite()
4851 OutputJsonKey(stream, kTestsuites, "tests", unit_test.reportable_test_count(), in PrintJsonUnitTest()
4877 if (unit_test.GetTestSuite(i)->reportable_test_count() > 0) { in PrintJsonUnitTest()
5268 int UnitTest::reportable_test_count() const { in reportable_test_count() function in testing::UnitTest
[all …]
Dgtest-internal-inl.h550 int reportable_test_count() const;
/device/generic/vulkan-cereal/third-party/googletest/docs/reference/
Dtesting.md615 ##### reportable_test_count {#TestSuite::reportable_test_count}
617 `int TestSuite::reportable_test_count() const`
864 ##### reportable_test_count {#UnitTest::reportable_test_count}
866 `int UnitTest::reportable_test_count() const`
/device/generic/vulkan-cereal/third-party/googletest/googletest/include/gtest/
Dgtest.h709 int reportable_test_count() const;
1175 int reportable_test_count() const;