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

Function ClearNonAdHocTestResult

test/common/gtest/gtest.cpp:1121–1123  ·  view source on GitHub ↗

Clears the results of all tests, except the ad hoc tests.

Source from the content-addressed store, hash-verified

1119
1120 // Clears the results of all tests, except the ad hoc tests.
1121 void ClearNonAdHocTestResult() {
1122 ForEach(test_cases_, TestCase::ClearTestCaseResult);
1123 }
1124
1125 // Clears the results of ad-hoc test assertions.
1126 void ClearAdHocTestResult() {

Callers 1

RunAllTestsMethod · 0.85

Calls 1

ForEachFunction · 0.85

Tested by

no test coverage detected