Searched refs:total_test_suite_count (Results 1 – 3 of 3) sorted by relevance
758 int UnitTestImpl::total_test_suite_count() const { in total_test_suite_count() function in testing::internal::UnitTestImpl3295 for (int i = 0; i < unit_test.total_test_suite_count(); ++i) { in PrintFailedTests()3320 for (int i = 0; i < unit_test.total_test_suite_count(); ++i) { in PrintSkippedTests()3916 for (int i = 0; i < unit_test.total_test_suite_count(); ++i) { in PrintXmlUnitTest()4301 for (int i = 0; i < unit_test.total_test_suite_count(); ++i) { in PrintJsonUnitTest()4635 int UnitTest::total_test_suite_count() const { in total_test_suite_count() function in testing::UnitTest4636 return impl()->total_test_suite_count(); in total_test_suite_count()4654 return impl()->total_test_suite_count(); in total_test_case_count()5336 for (int test_index = 0; test_index < total_test_suite_count(); in RunAllTests()
543 int total_test_suite_count() const;
1307 int total_test_suite_count() const;