Searched refs:total_test_count (Results 1 – 2 of 2) sorted by relevance
964 int total_test_count() const;2277 int UnitTestImpl::total_test_count() const { in total_test_count() function in testing::internal::UnitTestImpl2278 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count); in total_test_count()4200 int TestCase::total_test_count() const { in total_test_count() function in testing::TestCase4266 for (int i = 0; i < total_test_count(); i++) { in Run()4705 for (int j = 0; j < test_case.total_test_count(); ++j) { in PrintFailedTests()5230 for (int i = 0; i < test_case.total_test_count(); ++i) { in PrintXmlTestCase()5284 total_tests += test_cases[i]->total_test_count(); in PrintXmlTestsList()5595 for (int i = 0; i < test_case.total_test_count(); ++i) { in PrintJsonTestCase()5661 total_tests += test_cases[i]->total_test_count(); in PrintJsonTestList()[all …]
20636 int total_test_count() const;21037 int total_test_count() const;