Gets the number of all test cases.
| 2229 | |
| 2230 | // Gets the number of all test cases. |
| 2231 | int UnitTestImpl::total_test_case_count() const { |
| 2232 | return static_cast<int>(test_cases_.size()); |
| 2233 | } |
| 2234 | |
| 2235 | // Gets the number of all test cases that contain at least one test |
| 2236 | // that should run. |
no test coverage detected