MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / ClearAdHocTestResult

Function ClearAdHocTestResult

test/common/gtest/gtest.cpp:1126–1128  ·  view source on GitHub ↗

Clears the results of ad-hoc test assertions.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.80

Tested by

no test coverage detected