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

Function SetUpEnvironment

tests/gtest/gtest-all.cc:6645–6645  ·  view source on GitHub ↗

Helpers for setting up / tearing down the given environment. They are for use in the ForEach() function.

Source from the content-addressed store, hash-verified

6643// Helpers for setting up / tearing down the given environment. They
6644// are for use in the ForEach() function.
6645static void SetUpEnvironment(Environment* env) { env->SetUp(); }
6646static void TearDownEnvironment(Environment* env) { env->TearDown(); }
6647
6648// Runs all tests in this UnitTest object, prints the result, and

Callers

nothing calls this directly

Calls 1

SetUpMethod · 0.45

Tested by

no test coverage detected