HomeSort by relevance Sort by last modified time
    Searched refs:MockDeathTest (Results 1 - 2 of 2) sorted by null

  /external/gtest/test/
gtest-death-test_test.cc 740 friend class MockDeathTest;
741 // If true, Create will return a MockDeathTest; otherwise it returns
744 // The value a MockDeathTest will return from its AssumeRole method.
746 // The value a MockDeathTest will return from its Wait method.
748 // The value a MockDeathTest will return from its Passed method.
761 // True if the last MockDeathTest returned by Create has been
771 class MockDeathTest : public DeathTest {
773 MockDeathTest(MockDeathTestFactory *parent,
777 virtual ~MockDeathTest() {
833 // MockDeathTest object with parameters taken from the last cal
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 741 friend class MockDeathTest;
742 // If true, Create will return a MockDeathTest; otherwise it returns
745 // The value a MockDeathTest will return from its AssumeRole method.
747 // The value a MockDeathTest will return from its Wait method.
749 // The value a MockDeathTest will return from its Passed method.
762 // True if the last MockDeathTest returned by Create has been
772 class MockDeathTest : public DeathTest {
774 MockDeathTest(MockDeathTestFactory *parent,
778 virtual ~MockDeathTest() {
834 // MockDeathTest object with parameters taken from the last cal
    [all...]

Completed in 7744 milliseconds