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

Method WindowsDeathTest

tests/gtest/gtest-all.cc:8248–8252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8246class WindowsDeathTest : public DeathTestImpl {
8247 public:
8248 WindowsDeathTest(const char* a_statement, Matcher<const std::string&> matcher,
8249 const char* file, int line)
8250 : DeathTestImpl(a_statement, std::move(matcher)),
8251 file_(file),
8252 line_(line) {}
8253
8254 // All of these virtual functions are inherited from DeathTest.
8255 virtual int Wait();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected