Home | History | Annotate | Download | only in googletest

Lines Matching refs:total_test_count

740 int UnitTestImpl::total_test_count() const {
741 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
2349 int TestCase::total_test_count() const {
2380 // total_test_count() - 1. If i is not in that range, returns NULL.
2387 // total_test_count() - 1. If i is not in that range, returns NULL.
2415 for (int i = 0; i < total_test_count(); i++) {
2813 for (int j = 0; j < test_case.total_test_count(); ++j) {
3250 test_case.total_test_count(),
3256 for (int i = 0; i < test_case.total_test_count(); ++i) {
3271 unit_test.total_test_count(),
3661 int UnitTest::total_test_count() const { return impl()->total_test_count(); }