![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
Inheritance diagram for gtest_catch_exceptions_test.CatchSehExceptionsTest:
Collaboration diagram for gtest_catch_exceptions_test.CatchSehExceptionsTest:Public Member Functions | |
| def | TestSehExceptions |
| def | testCatchesSehExceptionsWithCxxExceptionsEnabled |
| def | testCatchesSehExceptionsWithCxxExceptionsDisabled |
Tests exception-catching behavior.
Definition at line 85 of file gtest_catch_exceptions_test.py.
View newest version in sPHENIX GitHub at line 85 of file gtest_catch_exceptions_test.py
| def gtest_catch_exceptions_test.CatchSehExceptionsTest.testCatchesSehExceptionsWithCxxExceptionsDisabled | ( | self | ) |
Definition at line 110 of file gtest_catch_exceptions_test.py.
View newest version in sPHENIX GitHub at line 110 of file gtest_catch_exceptions_test.py
References gtest_catch_exceptions_test.CatchSehExceptionsTest.TestSehExceptions().
Here is the call graph for this function:| def gtest_catch_exceptions_test.CatchSehExceptionsTest.testCatchesSehExceptionsWithCxxExceptionsEnabled | ( | self | ) |
Definition at line 107 of file gtest_catch_exceptions_test.py.
View newest version in sPHENIX GitHub at line 107 of file gtest_catch_exceptions_test.py
References gtest_catch_exceptions_test.CatchSehExceptionsTest.TestSehExceptions().
Here is the call graph for this function:| def gtest_catch_exceptions_test.CatchSehExceptionsTest.TestSehExceptions | ( | self, | |
| test_output | |||
| ) |
Definition at line 89 of file gtest_catch_exceptions_test.py.
View newest version in sPHENIX GitHub at line 89 of file gtest_catch_exceptions_test.py
Referenced by gtest_catch_exceptions_test.CatchSehExceptionsTest.testCatchesSehExceptionsWithCxxExceptionsDisabled(), and gtest_catch_exceptions_test.CatchSehExceptionsTest.testCatchesSehExceptionsWithCxxExceptionsEnabled().
Here is the caller graph for this function: