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

Function ClearTestResult

tests/gtest/gtest.h:13243–13245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13241 void Run();
13242
13243 static void ClearTestResult(TestInfo* test_info) {
13244 test_info->result_.Clear();
13245 }
13246
13247 // These fields are immutable properties of the test.
13248 const std::string test_suite_name_; // test suite name

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.80

Tested by

no test coverage detected