Home | History | Annotate | Download | only in src

Lines Matching refs:total_test_count

755 int UnitTestImpl::total_test_count() const {
756 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
2377 int TestCase::total_test_count() const {
2408 // total_test_count() - 1. If i is not in that range, returns NULL.
2415 // total_test_count() - 1. If i is not in that range, returns NULL.
2443 for (int i = 0; i < total_test_count(); i++) {
2843 for (int j = 0; j < test_case.total_test_count(); ++j) {
3351 for (int i = 0; i < test_case.total_test_count(); ++i) {
3707 int UnitTest::total_test_count() const { return impl()->total_test_count(); }