proxygen
gtest_catch_exceptions_test.CatchSehExceptionsTest Class Reference
Inheritance diagram for gtest_catch_exceptions_test.CatchSehExceptionsTest:

Public Member Functions

def TestSehExceptions (self, test_output)
 
def testCatchesSehExceptionsWithCxxExceptionsEnabled (self)
 
def testCatchesSehExceptionsWithCxxExceptionsDisabled (self)
 
def TestSehExceptions (self, test_output)
 
def testCatchesSehExceptionsWithCxxExceptionsEnabled (self)
 
def testCatchesSehExceptionsWithCxxExceptionsDisabled (self)
 
def TestSehExceptions (self, test_output)
 
def testCatchesSehExceptionsWithCxxExceptionsEnabled (self)
 
def testCatchesSehExceptionsWithCxxExceptionsDisabled (self)
 

Detailed Description

Tests exception-catching behavior.

Definition at line 85 of file gtest_catch_exceptions_test.py.

Member Function Documentation

def gtest_catch_exceptions_test.CatchSehExceptionsTest.testCatchesSehExceptionsWithCxxExceptionsDisabled (   self)
def gtest_catch_exceptions_test.CatchSehExceptionsTest.testCatchesSehExceptionsWithCxxExceptionsEnabled (   self)
def gtest_catch_exceptions_test.CatchSehExceptionsTest.testCatchesSehExceptionsWithCxxExceptionsEnabled (   self)
def gtest_catch_exceptions_test.CatchSehExceptionsTest.testCatchesSehExceptionsWithCxxExceptionsEnabled (   self)
def gtest_catch_exceptions_test.CatchSehExceptionsTest.TestSehExceptions (   self,
  test_output 
)

Definition at line 89 of file gtest_catch_exceptions_test.py.

References gtest_catch_exceptions_test.CatchSehExceptionsTest.TestSehExceptions().

89  def TestSehExceptions(self, test_output):
90  self.assert_('SEH exception with code 0x2a thrown '
91  'in the test fixture\'s constructor'
92  in test_output)
93  self.assert_('SEH exception with code 0x2a thrown '
94  'in the test fixture\'s destructor'
95  in test_output)
96  self.assert_('SEH exception with code 0x2a thrown in SetUpTestCase()'
97  in test_output)
98  self.assert_('SEH exception with code 0x2a thrown in TearDownTestCase()'
99  in test_output)
100  self.assert_('SEH exception with code 0x2a thrown in SetUp()'
101  in test_output)
102  self.assert_('SEH exception with code 0x2a thrown in TearDown()'
103  in test_output)
104  self.assert_('SEH exception with code 0x2a thrown in the test body'
105  in test_output)
106 
def gtest_catch_exceptions_test.CatchSehExceptionsTest.TestSehExceptions (   self,
  test_output 
)

Definition at line 89 of file gtest_catch_exceptions_test.py.

Referenced by gtest_catch_exceptions_test.CatchSehExceptionsTest.testCatchesSehExceptionsWithCxxExceptionsDisabled(), gtest_catch_exceptions_test.CatchSehExceptionsTest.testCatchesSehExceptionsWithCxxExceptionsEnabled(), and gtest_catch_exceptions_test.CatchSehExceptionsTest.TestSehExceptions().

89  def TestSehExceptions(self, test_output):
90  self.assert_('SEH exception with code 0x2a thrown '
91  'in the test fixture\'s constructor'
92  in test_output)
93  self.assert_('SEH exception with code 0x2a thrown '
94  'in the test fixture\'s destructor'
95  in test_output)
96  self.assert_('SEH exception with code 0x2a thrown in SetUpTestCase()'
97  in test_output)
98  self.assert_('SEH exception with code 0x2a thrown in TearDownTestCase()'
99  in test_output)
100  self.assert_('SEH exception with code 0x2a thrown in SetUp()'
101  in test_output)
102  self.assert_('SEH exception with code 0x2a thrown in TearDown()'
103  in test_output)
104  self.assert_('SEH exception with code 0x2a thrown in the test body'
105  in test_output)
106 
def gtest_catch_exceptions_test.CatchSehExceptionsTest.TestSehExceptions (   self,
  test_output 
)

Definition at line 89 of file gtest_catch_exceptions_test.py.

References gtest_catch_exceptions_test.CatchSehExceptionsTest.TestSehExceptions().

89  def TestSehExceptions(self, test_output):
90  self.assert_('SEH exception with code 0x2a thrown '
91  'in the test fixture\'s constructor'
92  in test_output)
93  self.assert_('SEH exception with code 0x2a thrown '
94  'in the test fixture\'s destructor'
95  in test_output)
96  self.assert_('SEH exception with code 0x2a thrown in SetUpTestCase()'
97  in test_output)
98  self.assert_('SEH exception with code 0x2a thrown in TearDownTestCase()'
99  in test_output)
100  self.assert_('SEH exception with code 0x2a thrown in SetUp()'
101  in test_output)
102  self.assert_('SEH exception with code 0x2a thrown in TearDown()'
103  in test_output)
104  self.assert_('SEH exception with code 0x2a thrown in the test body'
105  in test_output)
106 

The documentation for this class was generated from the following file: