| 6093 | return impl()->total_test_suite_count(); |
| 6094 | } |
| 6095 | int UnitTest::test_case_to_run_count() const { |
| 6096 | return impl()->test_suite_to_run_count(); |
| 6097 | } |
| 6098 | #endif // GTEST_REMOVE_LEGACY_TEST_CASEAPI_ |
| 6099 | |
| 6100 | // Gets the number of successful tests. |
nothing calls this directly
no test coverage detected