Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gtest_catch_exceptions_test Namespace Reference

Classes

class  CatchSehExceptionsTest
 
class  CatchCxxExceptionsTest
 

Variables

string __author__ 'vladl@google.com (Vlad Losev)'
 
string FLAG_PREFIX '--gtest_'
 
string LIST_TESTS_FLAG 'list_tests'
 
string NO_CATCH_EXCEPTIONS_FLAG 'catch_exceptions=0'
 
string FILTER_FLAG 'filter'
 
tuple EX_EXE_PATH
 
tuple EXE_PATH
 
 environ gtest_test_utils.environ
 
 SetEnvVar gtest_test_utils.SetEnvVar
 
tuple TEST_LIST
 
string SUPPORTS_SEH_EXCEPTIONS 'ThrowsSehException'
 
tuple BINARY_OUTPUT gtest_test_utils.Subprocess([EXE_PATH], env=environ)
 
tuple EX_BINARY_OUTPUT
 

Variable Documentation

string gtest_catch_exceptions_test.__author__ 'vladl@google.com (Vlad Losev)'

Definition at line 38 of file gtest_catch_exceptions_test.py.

View newest version in sPHENIX GitHub at line 38 of file gtest_catch_exceptions_test.py

tuple gtest_catch_exceptions_test.BINARY_OUTPUT gtest_test_utils.Subprocess([EXE_PATH], env=environ)

Definition at line 76 of file gtest_catch_exceptions_test.py.

View newest version in sPHENIX GitHub at line 76 of file gtest_catch_exceptions_test.py

gtest_catch_exceptions_test.environ gtest_test_utils.environ

Definition at line 60 of file gtest_catch_exceptions_test.py.

View newest version in sPHENIX GitHub at line 60 of file gtest_catch_exceptions_test.py

tuple gtest_catch_exceptions_test.EX_BINARY_OUTPUT
Initial value:
2  [EX_EXE_PATH], env=environ)

Definition at line 78 of file gtest_catch_exceptions_test.py.

View newest version in sPHENIX GitHub at line 78 of file gtest_catch_exceptions_test.py

tuple gtest_catch_exceptions_test.EX_EXE_PATH
Initial value:
2  'gtest_catch_exceptions_ex_test_')

Definition at line 52 of file gtest_catch_exceptions_test.py.

View newest version in sPHENIX GitHub at line 52 of file gtest_catch_exceptions_test.py

tuple gtest_catch_exceptions_test.EXE_PATH
Initial value:
2  'gtest_catch_exceptions_no_ex_test_')

Definition at line 57 of file gtest_catch_exceptions_test.py.

View newest version in sPHENIX GitHub at line 57 of file gtest_catch_exceptions_test.py

string gtest_catch_exceptions_test.FILTER_FLAG 'filter'

Definition at line 48 of file gtest_catch_exceptions_test.py.

View newest version in sPHENIX GitHub at line 48 of file gtest_catch_exceptions_test.py

string gtest_catch_exceptions_test.FLAG_PREFIX '--gtest_'

Definition at line 45 of file gtest_catch_exceptions_test.py.

View newest version in sPHENIX GitHub at line 45 of file gtest_catch_exceptions_test.py

string gtest_catch_exceptions_test.LIST_TESTS_FLAG 'list_tests'

Definition at line 46 of file gtest_catch_exceptions_test.py.

View newest version in sPHENIX GitHub at line 46 of file gtest_catch_exceptions_test.py

string gtest_catch_exceptions_test.NO_CATCH_EXCEPTIONS_FLAG 'catch_exceptions=0'

Definition at line 47 of file gtest_catch_exceptions_test.py.

View newest version in sPHENIX GitHub at line 47 of file gtest_catch_exceptions_test.py

gtest_catch_exceptions_test.SetEnvVar gtest_test_utils.SetEnvVar

Definition at line 61 of file gtest_catch_exceptions_test.py.

View newest version in sPHENIX GitHub at line 61 of file gtest_catch_exceptions_test.py

string gtest_catch_exceptions_test.SUPPORTS_SEH_EXCEPTIONS 'ThrowsSehException'

Definition at line 73 of file gtest_catch_exceptions_test.py.

View newest version in sPHENIX GitHub at line 73 of file gtest_catch_exceptions_test.py

tuple gtest_catch_exceptions_test.TEST_LIST
Initial value:
2  [EXE_PATH, LIST_TESTS_FLAG], env=environ)

Definition at line 70 of file gtest_catch_exceptions_test.py.

View newest version in sPHENIX GitHub at line 70 of file gtest_catch_exceptions_test.py