tesseract v5.3.3.20231005
googletest-catch-exceptions-test.py File Reference

Go to the source code of this file.

Classes

class  googletest-catch-exceptions-test.CatchSehExceptionsTest
 
class  googletest-catch-exceptions-test.CatchCxxExceptionsTest
 

Namespaces

namespace  googletest-catch-exceptions-test
 

Variables

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