Wizard
Software Engineering Project - Wizard
Loading...
Searching...
No Matches
googletest-catch-exceptions-test.CatchCxxExceptionsTest Class Reference
Inheritance diagram for googletest-catch-exceptions-test.CatchCxxExceptionsTest:

Public Member Functions

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

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