Lines Matching refs:MockDeathTest
721 friend class MockDeathTest;
722 // If true, Create will return a MockDeathTest; otherwise it returns
725 // The value a MockDeathTest will return from its AssumeRole method.
727 // The value a MockDeathTest will return from its Wait method.
729 // The value a MockDeathTest will return from its Passed method.
742 // True if the last MockDeathTest returned by Create has been
752 class MockDeathTest : public DeathTest {
754 MockDeathTest(MockDeathTestFactory *parent,
758 virtual ~MockDeathTest() {
814 // MockDeathTest object with parameters taken from the last call
823 *test = new MockDeathTest(this, role_, status_, passed_);
852 // MockDeathTest, or the remainder of the routine will not be executed.
941 // our MockDeathTest.