Home | History | Annotate | Download | only in src

Lines Matching refs:DeathTestImpl

331 class DeathTestImpl : public DeathTest {
333 DeathTestImpl(const char* statement, const RE* regex)
355 // The regular expression which test output must match. DeathTestImpl
366 // TODO(vladl@google.com): Move definition of DeathTestImpl::Passed() here.
397 class WindowsDeathTest : public DeathTestImpl {
403 : DeathTestImpl(statement, regex), file_(file), line_(line) {}
639 class ForkingDeathTest : public DeathTestImpl {
662 : DeathTestImpl(statement, regex),
805 bool DeathTestImpl::Passed(bool status_ok) {