Home | History | Annotate | Download | only in gtest

Lines Matching refs:DeathTestImpl

6856 class DeathTestImpl : public DeathTest {
6858 DeathTestImpl(const char* a_statement, const RE* a_regex)
6868 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
6896 // The regular expression which test output must match. DeathTestImpl
6919 void DeathTestImpl::ReadAndInterpretStatusByte() {
6964 void DeathTestImpl::Abort(AbortReason reason) {
7024 bool DeathTestImpl::Passed(bool status_ok) {
7102 class WindowsDeathTest : public DeathTestImpl {
7108 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {}
7270 class ForkingDeathTest : public DeathTestImpl {
7287 : DeathTestImpl(a_statement, a_regex),