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

Method TestMetaFactory

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

Source from the content-addressed store, hash-verified

10826 using ParamType = typename TestSuite::ParamType;
10827
10828 TestMetaFactory() {}
10829
10830 TestFactoryBase* CreateTestFactory(ParamType parameter) override {
10831 return new ParameterizedTestFactory<TestSuite>(parameter);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected