Searched refs:total_test_count (Results 1 – 3 of 3) sorted by relevance
800 int UnitTestImpl::total_test_count() const { in total_test_count() function in testing::internal::UnitTestImpl801 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::TestSuite2815 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 …]
568 int total_test_count() const;
886 int total_test_count() const;1340 int total_test_count() const;