cMHN 1.2
C++ library for learning MHNs with pRC
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.

Member Function Documentation

◆ testCatchesCxxExceptionsInFixtureConstructor()

googletest-catch-exceptions-test.CatchCxxExceptionsTest.testCatchesCxxExceptionsInFixtureConstructor ( self)

◆ testCatchesCxxExceptionsInFixtureDestructor()

googletest-catch-exceptions-test.CatchCxxExceptionsTest.testCatchesCxxExceptionsInFixtureDestructor ( self)

◆ testCatchesCxxExceptionsInSetUp()

googletest-catch-exceptions-test.CatchCxxExceptionsTest.testCatchesCxxExceptionsInSetUp ( self)

◆ testCatchesCxxExceptionsInSetUpTestCase()

googletest-catch-exceptions-test.CatchCxxExceptionsTest.testCatchesCxxExceptionsInSetUpTestCase ( self)

◆ testCatchesCxxExceptionsInTearDown()

googletest-catch-exceptions-test.CatchCxxExceptionsTest.testCatchesCxxExceptionsInTearDown ( self)

◆ testCatchesCxxExceptionsInTearDownTestCase()

googletest-catch-exceptions-test.CatchCxxExceptionsTest.testCatchesCxxExceptionsInTearDownTestCase ( self)

◆ testCatchesCxxExceptionsInTestBody()

googletest-catch-exceptions-test.CatchCxxExceptionsTest.testCatchesCxxExceptionsInTestBody ( self)

◆ testCatchesNonStdCxxExceptions()

googletest-catch-exceptions-test.CatchCxxExceptionsTest.testCatchesNonStdCxxExceptions ( self)

◆ testUnhandledCxxExceptionsAbortTheProgram()

googletest-catch-exceptions-test.CatchCxxExceptionsTest.testUnhandledCxxExceptionsAbortTheProgram ( self)

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