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

Method NoExecDeathTest

tests/gtest/gtest-all.cc:8700–8701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8698class NoExecDeathTest : public ForkingDeathTest {
8699 public:
8700 NoExecDeathTest(const char* a_statement, Matcher<const std::string&> matcher)
8701 : ForkingDeathTest(a_statement, std::move(matcher)) {}
8702 TestRole AssumeRole() override;
8703};
8704

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected