Gets the number of all test suites.
| 2243 | |
| 2244 | // Gets the number of all test suites. |
| 2245 | int UnitTestImpl::total_test_suite_count() const { |
| 2246 | return static_cast<int>(test_suites_.size()); |
| 2247 | } |
| 2248 | |
| 2249 | // Gets the number of all test suites that contain at least one test |
| 2250 | // that should run. |
no test coverage detected