MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / ClearResult

Method ClearResult

tests/gtest/gtest-all.cc:4327–4330  ·  view source on GitHub ↗

Clears the results of all tests in this test suite.

Source from the content-addressed store, hash-verified

4325
4326// Clears the results of all tests in this test suite.
4327void TestSuite::ClearResult() {
4328 ad_hoc_test_result_.Clear();
4329 ForEach(test_info_list_, TestInfo::ClearTestResult);
4330}
4331
4332// Shuffles the tests in this test suite.
4333void TestSuite::ShuffleTests(internal::Random* random) {

Callers 1

ClearTestSuiteResultFunction · 0.80

Calls 2

ForEachFunction · 0.85
ClearMethod · 0.80

Tested by

no test coverage detected