Clears the results of ad-hoc test assertions.
| 1115 | |
| 1116 | // Clears the results of ad-hoc test assertions. |
| 1117 | void ClearAdHocTestResult() { |
| 1118 | ad_hoc_test_result_.Clear(); |
| 1119 | } |
| 1120 | |
| 1121 | // Adds a TestProperty to the current TestResult object when invoked in a |
| 1122 | // context of a test or a test case, or to the global property set. If the |