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

Method ForkingDeathTest

tests/gtest/gtest-all.cc:8677–8679  ·  view source on GitHub ↗

Constructs a ForkingDeathTest.

Source from the content-addressed store, hash-verified

8675
8676// Constructs a ForkingDeathTest.
8677ForkingDeathTest::ForkingDeathTest(const char* a_statement,
8678 Matcher<const std::string&> matcher)
8679 : DeathTestImpl(a_statement, std::move(matcher)), child_pid_(-1) {}
8680
8681// Waits for the child in a death test to exit, returning its exit
8682// status, or 0 if no child process exists. As a side effect, sets the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected