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

Method CreateTest

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

Source from the content-addressed store, hash-verified

14883 public:
14884 explicit FactoryImpl(Factory f) : factory_(std::move(f)) {}
14885 Test* CreateTest() override { return factory_(); }
14886
14887 private:
14888 Factory factory_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected