Home | History | Annotate | Download | only in src

Lines Matching refs:DeathTestImpl

362 class DeathTestImpl : public DeathTest {
364 DeathTestImpl(const char* a_statement, const RE* a_regex)
374 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
402 // The regular expression which test output must match. DeathTestImpl
425 void DeathTestImpl::ReadAndInterpretStatusByte() {
470 void DeathTestImpl::Abort(AbortReason reason) {
530 bool DeathTestImpl::Passed(bool status_ok) {
608 class WindowsDeathTest : public DeathTestImpl {
614 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {}
776 class ForkingDeathTest : public DeathTestImpl {
793 : DeathTestImpl(a_statement, a_regex),