Clears the results of all tests, except the ad hoc tests.
| 1110 | |
| 1111 | // Clears the results of all tests, except the ad hoc tests. |
| 1112 | void ClearNonAdHocTestResult() { |
| 1113 | ForEach(test_cases_, TestCase::ClearTestCaseResult); |
| 1114 | } |
| 1115 | |
| 1116 | // Clears the results of ad-hoc test assertions. |
| 1117 | void ClearAdHocTestResult() { |