Torque2D Reference
Public Member Functions | List of all members
CatchCxxExceptionsTest Class Reference
+ Inheritance diagram for CatchCxxExceptionsTest:

Public Member Functions

def testCatchesCxxExceptionsInFixtureConstructor (self)
 
def testCatchesCxxExceptionsInFixtureDestructor (self)
 
def testCatchesCxxExceptionsInSetUpTestCase (self)
 
def testCatchesCxxExceptionsInTearDownTestCase (self)
 
def testCatchesCxxExceptionsInSetUp (self)
 
def testCatchesCxxExceptionsInTearDown (self)
 
def testCatchesCxxExceptionsInTestBody (self)
 
def testCatchesNonStdCxxExceptions (self)
 
def testUnhandledCxxExceptionsAbortTheProgram (self)
 

Detailed Description

Tests C++ exception-catching behavior.

   Tests in this test case verify that:
   * C++ exceptions are caught and logged as C++ (not SEH) exceptions
   * Exception thrown affect the remainder of the test work flow in the
     expected manner.

Member Function Documentation

def testCatchesCxxExceptionsInFixtureConstructor (   self)
def testCatchesCxxExceptionsInFixtureDestructor (   self)
def testCatchesCxxExceptionsInSetUp (   self)
def testCatchesCxxExceptionsInSetUpTestCase (   self)
def testCatchesCxxExceptionsInTearDown (   self)
def testCatchesCxxExceptionsInTearDownTestCase (   self)
def testCatchesCxxExceptionsInTestBody (   self)
def testCatchesNonStdCxxExceptions (   self)
def testUnhandledCxxExceptionsAbortTheProgram (   self)

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