Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc1121 int UnitTestImpl::total_test_count() const { in total_test_count() function in testing::internal::UnitTestImpl
1122 return SumOverTestSuiteList(test_suites_, &TestSuite::total_test_count); in total_test_count()
2916 int TestSuite::total_test_count() const { in total_test_count() function in testing::TestSuite
3011 for (int i = 0; i < total_test_count(); i++) { in Run()
3019 for (int j = i + 1; j < total_test_count(); j++) { in Run()
3057 for (int i = 0; i < total_test_count(); i++) { in Skip()
3556 for (int j = 0; j < test_suite.total_test_count(); ++j) { in PrintFailedTests()
3605 for (int j = 0; j < test_suite.total_test_count(); ++j) { in PrintSkippedTests()
4342 for (int i = 0; i < test_suite.total_test_count(); ++i) { in PrintXmlTestSuite()
4403 total_tests += test_suite->total_test_count(); in PrintXmlTestsList()
[all …]
H A Dgtest-internal-inl.h566 int total_test_count() const;
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h729 int total_test_count() const;
1196 int total_test_count() const;