Home | History | Annotate | Download | only in src

Lines Matching refs:total_test_count

740 int UnitTestImpl::total_test_count() const {
741 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
2378 int TestCase::total_test_count() const {
2409 // total_test_count() - 1. If i is not in that range, returns NULL.
2416 // total_test_count() - 1. If i is not in that range, returns NULL.
2444 for (int i = 0; i < total_test_count(); i++) {
2841 for (int j = 0; j < test_case.total_test_count(); ++j) {
3278 test_case.total_test_count(),
3284 for (int i = 0; i < test_case.total_test_count(); ++i) {
3299 unit_test.total_test_count(),
3689 int UnitTest::total_test_count() const { return impl()->total_test_count(); }