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

Function RunSetUpTestSuite

tests/gtest/gtest.h:13387–13391  ·  view source on GitHub ↗

Runs SetUpTestSuite() for this TestSuite. This wrapper is needed for catching exceptions thrown from SetUpTestSuite().

Source from the content-addressed store, hash-verified

13385 // Runs SetUpTestSuite() for this TestSuite. This wrapper is needed
13386 // for catching exceptions thrown from SetUpTestSuite().
13387 void RunSetUpTestSuite() {
13388 if (set_up_tc_ != nullptr) {
13389 (*set_up_tc_)();
13390 }
13391 }
13392
13393 // Runs TearDownTestSuite() for this TestSuite. This wrapper is
13394 // needed for catching exceptions thrown from TearDownTestSuite().

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected