Public Member Functions | List of all members
googletest-catch-exceptions-test.CatchCxxExceptionsTest Class Reference
Inheritance diagram for googletest-catch-exceptions-test.CatchCxxExceptionsTest:
Inheritance graph
[legend]

Public Member Functions

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

Definition at line 110 of file googletest-catch-exceptions-test.py.

Member Function Documentation

◆ testCatchesCxxExceptionsInFixtureConstructor()

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

Definition at line 119 of file googletest-catch-exceptions-test.py.

◆ testCatchesCxxExceptionsInFixtureDestructor()

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

Definition at line 132 of file googletest-catch-exceptions-test.py.

◆ testCatchesCxxExceptionsInSetUp()

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

Definition at line 167 of file googletest-catch-exceptions-test.py.

◆ testCatchesCxxExceptionsInSetUpTestCase()

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

Definition at line 141 of file googletest-catch-exceptions-test.py.

◆ testCatchesCxxExceptionsInTearDown()

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

Definition at line 185 of file googletest-catch-exceptions-test.py.

◆ testCatchesCxxExceptionsInTearDownTestCase()

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

Definition at line 163 of file googletest-catch-exceptions-test.py.

◆ testCatchesCxxExceptionsInTestBody()

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

Definition at line 196 of file googletest-catch-exceptions-test.py.

◆ testCatchesNonStdCxxExceptions()

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

Definition at line 210 of file googletest-catch-exceptions-test.py.

◆ testUnhandledCxxExceptionsAbortTheProgram()

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

Definition at line 214 of file googletest-catch-exceptions-test.py.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:10