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

Method CreateTest

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

Source from the content-addressed store, hash-verified

10789 explicit ParameterizedTestFactory(ParamType parameter) :
10790 parameter_(parameter) {}
10791 Test* CreateTest() override {
10792 TestClass::SetParam(&parameter_);
10793 return new TestClass();
10794 }
10795
10796 private:
10797 const ParamType parameter_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected