Home | History | Annotate | Download | only in src

Lines Matching refs:total_test_count

738 int UnitTestImpl::total_test_count() const {
739 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
2284 int TestCase::total_test_count() const {
2315 // total_test_count() - 1. If i is not in that range, returns NULL.
2322 // total_test_count() - 1. If i is not in that range, returns NULL.
2350 for (int i = 0; i < total_test_count(); i++) {
2743 for (int j = 0; j < test_case.total_test_count(); ++j) {
3210 test_case.total_test_count(),
3216 for (int i = 0; i < test_case.total_test_count(); ++i) {
3231 unit_test.total_test_count(),
3622 int UnitTest::total_test_count() const { return impl()->total_test_count(); }