Lines Matching refs:MockDeathTest
838 friend class MockDeathTest;
839 // If true, Create will return a MockDeathTest; otherwise it returns
842 // The value a MockDeathTest will return from its AssumeRole method.
844 // The value a MockDeathTest will return from its Wait method.
846 // The value a MockDeathTest will return from its Passed method.
859 // True if the last MockDeathTest returned by Create has been
869 class MockDeathTest : public DeathTest {
871 MockDeathTest(MockDeathTestFactory *parent,
875 virtual ~MockDeathTest() {
932 // MockDeathTest object with parameters taken from the last call
941 *test = new MockDeathTest(this, role_, status_, passed_);
970 // MockDeathTest, or the remainder of the routine will not be executed.
1059 // our MockDeathTest.