Home | History | Annotate | Download | only in gtest

Lines Matching defs:DeathTestFactory

7489 class DeathTestFactory {
7491 virtual ~DeathTestFactory() { }
7496 // A concrete DeathTestFactory implementation for normal use.
7497 class DefaultDeathTestFactory : public DeathTestFactory {