Home | History | Annotate | Download | only in src

Lines Matching defs:DeathTestImpl

325 class DeathTestImpl : public DeathTest {
327 DeathTestImpl(const char* a_statement, const RE* a_regex)
337 ~DeathTestImpl() override { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
365 // The regular expression which test output must match. DeathTestImpl
388 void DeathTestImpl::ReadAndInterpretStatusByte() {
433 void DeathTestImpl::Abort(AbortReason reason) {
493 bool DeathTestImpl::Passed(bool status_ok) {
570 class WindowsDeathTest : public DeathTestImpl {
576 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {}
742 class ForkingDeathTest : public DeathTestImpl {
759 : DeathTestImpl(a_statement, a_regex),