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

Method ClearResult

test/common/gtest/gtest.cpp:4227–4230  ·  view source on GitHub ↗

Clears the results of all tests in this test case.

Source from the content-addressed store, hash-verified

4225
4226// Clears the results of all tests in this test case.
4227void TestCase::ClearResult() {
4228 ad_hoc_test_result_.Clear();
4229 ForEach(test_info_list_, TestInfo::ClearTestResult);
4230}
4231
4232// Shuffles the tests in this test case.
4233void TestCase::ShuffleTests(internal::Random* random) {

Callers 1

ClearTestCaseResultFunction · 0.80

Calls 2

ForEachFunction · 0.85
ClearMethod · 0.80

Tested by

no test coverage detected