Lines Matching refs:MockDeathTest
787 friend class MockDeathTest;
788 // If true, Create will return a MockDeathTest; otherwise it returns
791 // The value a MockDeathTest will return from its AssumeRole method.
793 // The value a MockDeathTest will return from its Wait method.
795 // The value a MockDeathTest will return from its Passed method.
808 // True if the last MockDeathTest returned by Create has been
818 class MockDeathTest : public DeathTest {
820 MockDeathTest(MockDeathTestFactory *parent,
824 virtual ~MockDeathTest() {
880 // MockDeathTest object with parameters taken from the last call
889 *test = new MockDeathTest(this, role_, status_, passed_);
918 // MockDeathTest, or the remainder of the routine will not be executed.
1007 // our MockDeathTest.