Home | History | Annotate | Download | only in src

Lines Matching refs:DeathTestImpl

371 class DeathTestImpl : public DeathTest {
373 DeathTestImpl(const char* a_statement, const RE* a_regex)
383 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
411 // The regular expression which test output must match. DeathTestImpl
434 void DeathTestImpl::ReadAndInterpretStatusByte() {
479 void DeathTestImpl::Abort(AbortReason reason) {
539 bool DeathTestImpl::Passed(bool status_ok) {
617 class WindowsDeathTest : public DeathTestImpl {
623 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {}
785 class ForkingDeathTest : public DeathTestImpl {
802 : DeathTestImpl(a_statement, a_regex),