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

Function ClearTestSuiteResult

tests/gtest/gtest.h:13378–13380  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

13376
13377 // Clears the results of all tests in the given test suite.
13378 static void ClearTestSuiteResult(TestSuite* test_suite) {
13379 test_suite->ClearResult();
13380 }
13381
13382 // Runs every test in this TestSuite.
13383 void Run();

Callers

nothing calls this directly

Calls 1

ClearResultMethod · 0.80

Tested by

no test coverage detected