|
| 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.
The documentation for this class was generated from the following file:
- googletest/lib/googletest/test/googletest-catch-exceptions-test.py