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

Method CreateTestFactory

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

Source from the content-addressed store, hash-verified

10828 TestMetaFactory() {}
10829
10830 TestFactoryBase* CreateTestFactory(ParamType parameter) override {
10831 return new ParameterizedTestFactory<TestSuite>(parameter);
10832 }
10833
10834 private:
10835 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestMetaFactory);

Callers 1

RegisterTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected