|
Monero
|


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.
| gtest_catch_exceptions_test.CatchCxxExceptionsTest.testCatchesCxxExceptionsInFixtureConstructor | ( | self | ) |
| gtest_catch_exceptions_test.CatchCxxExceptionsTest.testCatchesCxxExceptionsInFixtureDestructor | ( | self | ) |
| gtest_catch_exceptions_test.CatchCxxExceptionsTest.testCatchesCxxExceptionsInSetUp | ( | self | ) |
| gtest_catch_exceptions_test.CatchCxxExceptionsTest.testCatchesCxxExceptionsInSetUpTestCase | ( | self | ) |
| gtest_catch_exceptions_test.CatchCxxExceptionsTest.testCatchesCxxExceptionsInTearDown | ( | self | ) |
| gtest_catch_exceptions_test.CatchCxxExceptionsTest.testCatchesCxxExceptionsInTearDownTestCase | ( | self | ) |
| gtest_catch_exceptions_test.CatchCxxExceptionsTest.testCatchesCxxExceptionsInTestBody | ( | self | ) |
| gtest_catch_exceptions_test.CatchCxxExceptionsTest.testCatchesNonStdCxxExceptions | ( | self | ) |
| gtest_catch_exceptions_test.CatchCxxExceptionsTest.testUnhandledCxxExceptionsAbortTheProgram | ( | self | ) |