Constructs a ForkingDeathTest.
| 8675 | |
| 8676 | // Constructs a ForkingDeathTest. |
| 8677 | ForkingDeathTest::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 |
nothing calls this directly
no outgoing calls
no test coverage detected