Home
last modified time | relevance | path

Searched refs:DeathTestImpl (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc406 class DeathTestImpl : public DeathTest { class
408 DeathTestImpl(const char* a_statement, Matcher<const std::string&> matcher) in DeathTestImpl() function in testing::internal::DeathTestImpl
418 ~DeathTestImpl() override { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl()
470 void DeathTestImpl::ReadAndInterpretStatusByte() { in ReadAndInterpretStatusByte()
511 std::string DeathTestImpl::GetErrorLogs() { return GetCapturedStderr(); } in GetErrorLogs()
517 void DeathTestImpl::Abort(AbortReason reason) { in Abort()
576 bool DeathTestImpl::Passed(bool status_ok) { in Passed()
673 class WindowsDeathTest : public DeathTestImpl {
677 : DeathTestImpl(a_statement, std::move(matcher)), in WindowsDeathTest()
833 class FuchsiaDeathTest : public DeathTestImpl {
[all …]