Lines Matching defs:MockDeathTest
840 friend class MockDeathTest;
841 // If true, Create will return a MockDeathTest; otherwise it returns
844 // The value a MockDeathTest will return from its AssumeRole method.
846 // The value a MockDeathTest will return from its Wait method.
848 // The value a MockDeathTest will return from its Passed method.
861 // True if the last MockDeathTest returned by Create has been
871 class MockDeathTest : public DeathTest {
873 MockDeathTest(MockDeathTestFactory *parent,
877 virtual ~MockDeathTest() {
934 // MockDeathTest object with parameters taken from the last call
943 *test = new MockDeathTest(this, role_, status_, passed_);
972 // MockDeathTest, or the remainder of the routine will not be executed.
1061 // our MockDeathTest.