Home | History | Annotate | Download | only in src

Lines Matching refs:total_test_count

710 int UnitTestImpl::total_test_count() const {
711 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
2360 int TestCase::total_test_count() const {
2391 // total_test_count() - 1. If i is not in that range, returns NULL.
2398 // total_test_count() - 1. If i is not in that range, returns NULL.
2425 for (int i = 0; i < total_test_count(); i++) {
2819 for (int j = 0; j < test_case.total_test_count(); ++j) {
3261 test_case.total_test_count(),
3267 for (int i = 0; i < test_case.total_test_count(); ++i) {
3282 unit_test.total_test_count(),
3496 int UnitTest::total_test_count() const { return impl()->total_test_count(); }