Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc800 int UnitTestImpl::total_test_count() const { in total_test_count() function in testing::internal::UnitTestImpl
801 return SumOverTestSuiteList(test_suites_, &TestSuite::total_test_count); in total_test_count()
2743 int TestSuite::total_test_count() const { in total_test_count() function in testing::TestSuite
2815 for (int i = 0; i < total_test_count(); i++) { in Run()
3300 for (int j = 0; j < test_suite.total_test_count(); ++j) { in PrintFailedTests()
3325 for (int j = 0; j < test_suite.total_test_count(); ++j) { in PrintSkippedTests()
3878 for (int i = 0; i < test_suite.total_test_count(); ++i) { in PrintXmlTestSuite()
3932 total_tests += test_suite->total_test_count(); in PrintXmlTestsList()
4256 for (int i = 0; i < test_suite.total_test_count(); ++i) { in PrintJsonTestSuite()
4322 total_tests += test_suite->total_test_count(); in PrintJsonTestList()
[all …]
H A Dgtest-internal-inl.h568 int total_test_count() const;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h886 int total_test_count() const;
1340 int total_test_count() const;