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