Analysis Software
Documentation for sPHENIX simulation software
|
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().
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().
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().