Clears the results of ad-hoc test assertions.
| 1121 | |
| 1122 | // Clears the results of ad-hoc test assertions. |
| 1123 | void ClearAdHocTestResult() { |
| 1124 | ad_hoc_test_result_.Clear(); |
| 1125 | } |
| 1126 | |
| 1127 | // Adds a TestProperty to the current TestResult object when invoked in a |
| 1128 | // context of a test or a test suite, or to the global property set. If the |