|
Torque2D 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) |
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.
| 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 | ) |
1.8.10