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

Function ClearTestCaseResult

test/common/gtest/gtest.h:18984–18986  ·  view source on GitHub ↗

Clears the results of all tests in the given test case.

Source from the content-addressed store, hash-verified

18982
18983 // Clears the results of all tests in the given test case.
18984 static void ClearTestCaseResult(TestCase* test_case) {
18985 test_case->ClearResult();
18986 }
18987
18988 // Runs every test in this TestCase.
18989 void Run();

Callers

nothing calls this directly

Calls 1

ClearResultMethod · 0.80

Tested by

no test coverage detected