Searched refs:DeathTestImpl (Results 1 – 1 of 1) sorted by relevance
397 class DeathTestImpl : public DeathTest { class399 DeathTestImpl(const char* a_statement, Matcher<const std::string&> matcher) in DeathTestImpl() function in testing::internal::DeathTestImpl409 ~DeathTestImpl() override { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl()461 void DeathTestImpl::ReadAndInterpretStatusByte() { in ReadAndInterpretStatusByte()502 std::string DeathTestImpl::GetErrorLogs() { in GetErrorLogs()510 void DeathTestImpl::Abort(AbortReason reason) { in Abort()569 bool DeathTestImpl::Passed(bool status_ok) { in Passed()649 class WindowsDeathTest : public DeathTestImpl {653 : DeathTestImpl(a_statement, std::move(matcher)), in WindowsDeathTest()813 class FuchsiaDeathTest : public DeathTestImpl {[all …]