- 3.0.1 core module.
|
Classes | |
class | googletest-catch-exceptions-test.CatchSehExceptionsTest |
class | googletest-catch-exceptions-test.CatchCxxExceptionsTest |
Namespaces | |
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' |
googletest-catch-exceptions-test.BINARY_OUTPUT = gtest_test_utils.Subprocess([EXE_PATH], env=environ).output | |
googletest-catch-exceptions-test.EX_BINARY_OUTPUT | |