|
cMHN 1.2
C++ library for learning MHNs with pRC
|
Public Member Functions | |
| testCatchesCxxExceptionsInFixtureConstructor (self) | |
| testCatchesCxxExceptionsInFixtureDestructor (self) | |
| testCatchesCxxExceptionsInSetUpTestCase (self) | |
| testCatchesCxxExceptionsInTearDownTestCase (self) | |
| testCatchesCxxExceptionsInSetUp (self) | |
| testCatchesCxxExceptionsInTearDown (self) | |
| testCatchesCxxExceptionsInTestBody (self) | |
| testCatchesNonStdCxxExceptions (self) | |
| 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.
| googletest-catch-exceptions-test.CatchCxxExceptionsTest.testCatchesCxxExceptionsInFixtureConstructor | ( | self | ) |
| googletest-catch-exceptions-test.CatchCxxExceptionsTest.testCatchesCxxExceptionsInFixtureDestructor | ( | self | ) |
| googletest-catch-exceptions-test.CatchCxxExceptionsTest.testCatchesCxxExceptionsInSetUp | ( | self | ) |
| googletest-catch-exceptions-test.CatchCxxExceptionsTest.testCatchesCxxExceptionsInSetUpTestCase | ( | self | ) |
| googletest-catch-exceptions-test.CatchCxxExceptionsTest.testCatchesCxxExceptionsInTearDown | ( | self | ) |
| googletest-catch-exceptions-test.CatchCxxExceptionsTest.testCatchesCxxExceptionsInTearDownTestCase | ( | self | ) |
| googletest-catch-exceptions-test.CatchCxxExceptionsTest.testCatchesCxxExceptionsInTestBody | ( | self | ) |
| googletest-catch-exceptions-test.CatchCxxExceptionsTest.testCatchesNonStdCxxExceptions | ( | self | ) |
| googletest-catch-exceptions-test.CatchCxxExceptionsTest.testUnhandledCxxExceptionsAbortTheProgram | ( | self | ) |