Clears the results of all tests, except the ad hoc tests.
| 1119 | |
| 1120 | // Clears the results of all tests, except the ad hoc tests. |
| 1121 | void ClearNonAdHocTestResult() { |
| 1122 | ForEach(test_cases_, TestCase::ClearTestCaseResult); |
| 1123 | } |
| 1124 | |
| 1125 | // Clears the results of ad-hoc test assertions. |
| 1126 | void ClearAdHocTestResult() { |