Monero
Loading...
Searching...
No Matches
gtest_catch_exceptions_test.py File Reference

Classes

class  gtest_catch_exceptions_test.CatchSehExceptionsTest
class  gtest_catch_exceptions_test.CatchCxxExceptionsTest

Namespaces

namespace  gtest_catch_exceptions_test

Variables

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