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

Method TearDown

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

Override this to define how to tear down the environment.

Source from the content-addressed store, hash-verified

13492
13493 // Override this to define how to tear down the environment.
13494 virtual void TearDown() {}
13495 private:
13496 // If you see an error about overriding the following function or
13497 // about it being private, you have mis-spelled SetUp() as Setup().

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected