Assimp  v3.1.1 (June 2014)
gtest_catch_exceptions_test.py File Reference

Classes

class  gtest_catch_exceptions_test.CatchCxxExceptionsTest
 
class  gtest_catch_exceptions_test.CatchSehExceptionsTest
 

Namespaces

 gtest_catch_exceptions_test
 

Variables

 gtest_catch_exceptions_test.BINARY_OUTPUT = gtest_test_utils.Subprocess([EXE_PATH], env=environ).output
 
 gtest_catch_exceptions_test.environ = gtest_test_utils.environ
 
 gtest_catch_exceptions_test.EX_BINARY_OUTPUT
 
 gtest_catch_exceptions_test.EX_EXE_PATH
 
 gtest_catch_exceptions_test.EXE_PATH
 
string gtest_catch_exceptions_test.FILTER_FLAG = FLAG_PREFIX + 'filter'
 
string gtest_catch_exceptions_test.FLAG_PREFIX = '--gtest_'
 
string gtest_catch_exceptions_test.LIST_TESTS_FLAG = FLAG_PREFIX + 'list_tests'
 
string gtest_catch_exceptions_test.NO_CATCH_EXCEPTIONS_FLAG = FLAG_PREFIX + 'catch_exceptions=0'
 
 gtest_catch_exceptions_test.SetEnvVar = gtest_test_utils.SetEnvVar
 
string gtest_catch_exceptions_test.SUPPORTS_SEH_EXCEPTIONS = 'ThrowsSehException' in TEST_LIST
 
 gtest_catch_exceptions_test.TEST_LIST