Go to the source code of this file.
Classes | |
class | googletest-catch-exceptions-test.CatchCxxExceptionsTest |
class | googletest-catch-exceptions-test.CatchSehExceptionsTest |
Namespaces | |
googletest-catch-exceptions-test | |
Variables | |
googletest-catch-exceptions-test.BINARY_OUTPUT = gtest_test_utils.Subprocess([EXE_PATH], env=environ).output | |
googletest-catch-exceptions-test.environ = gtest_test_utils.environ | |
googletest-catch-exceptions-test.EX_BINARY_OUTPUT | |
googletest-catch-exceptions-test.EX_EXE_PATH | |
googletest-catch-exceptions-test.EXE_PATH | |
string | googletest-catch-exceptions-test.FILTER_FLAG = FLAG_PREFIX + 'filter' |
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' |
googletest-catch-exceptions-test.SetEnvVar = gtest_test_utils.SetEnvVar | |
string | googletest-catch-exceptions-test.SUPPORTS_SEH_EXCEPTIONS = 'ThrowsSehException' in TEST_LIST |
googletest-catch-exceptions-test.TEST_LIST | |