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

Method SetUp

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

Override this to define how to set up the environment.

Source from the content-addressed store, hash-verified

13489
13490 // Override this to define how to set up the environment.
13491 virtual void SetUp() {}
13492
13493 // Override this to define how to tear down the environment.
13494 virtual void TearDown() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected