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

Method ~DeathTestFactory

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

Source from the content-addressed store, hash-verified

9759class DeathTestFactory {
9760 public:
9761 virtual ~DeathTestFactory() { }
9762 virtual bool Create(const char* statement,
9763 Matcher<const std::string&> matcher, const char* file,
9764 int line, DeathTest** test) = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected