Classes | |
class | CatchCxxExceptionsTest |
class | CatchSehExceptionsTest |
Variables | |
string | __author__ = 'vladl@google.com (Vlad Losev)' |
tuple | BINARY_OUTPUT = gtest_test_utils.Subprocess([EXE_PATH], env=environ) |
environ = gtest_test_utils.environ | |
tuple | EX_BINARY_OUTPUT |
tuple | EX_EXE_PATH |
tuple | EXE_PATH |
string | FILTER_FLAG = 'filter' |
string | FLAG_PREFIX = '--gtest_' |
string | LIST_TESTS_FLAG = 'list_tests' |
string | NO_CATCH_EXCEPTIONS_FLAG = 'catch_exceptions=0' |
SetEnvVar = gtest_test_utils.SetEnvVar | |
string | SUPPORTS_SEH_EXCEPTIONS = 'ThrowsSehException' |
tuple | TEST_LIST |
string gtest_catch_exceptions_test::__author__ = 'vladl@google.com (Vlad Losev)' |
Definition at line 38 of file gtest_catch_exceptions_test.py.
tuple gtest_catch_exceptions_test::BINARY_OUTPUT = gtest_test_utils.Subprocess([EXE_PATH], env=environ) |
Definition at line 76 of file gtest_catch_exceptions_test.py.
Definition at line 60 of file gtest_catch_exceptions_test.py.
00001 gtest_test_utils.Subprocess( 00002 [EX_EXE_PATH], env=environ)
Definition at line 78 of file gtest_catch_exceptions_test.py.
00001 gtest_test_utils.GetTestExecutablePath( 00002 'gtest_catch_exceptions_ex_test_')
Definition at line 52 of file gtest_catch_exceptions_test.py.
00001 gtest_test_utils.GetTestExecutablePath( 00002 'gtest_catch_exceptions_no_ex_test_')
Definition at line 57 of file gtest_catch_exceptions_test.py.
string gtest_catch_exceptions_test::FILTER_FLAG = 'filter' |
Definition at line 48 of file gtest_catch_exceptions_test.py.
string gtest_catch_exceptions_test::FLAG_PREFIX = '--gtest_' |
Definition at line 45 of file gtest_catch_exceptions_test.py.
string gtest_catch_exceptions_test::LIST_TESTS_FLAG = 'list_tests' |
Definition at line 46 of file gtest_catch_exceptions_test.py.
string gtest_catch_exceptions_test::NO_CATCH_EXCEPTIONS_FLAG = 'catch_exceptions=0' |
Definition at line 47 of file gtest_catch_exceptions_test.py.
Definition at line 61 of file gtest_catch_exceptions_test.py.
string gtest_catch_exceptions_test::SUPPORTS_SEH_EXCEPTIONS = 'ThrowsSehException' |
Definition at line 73 of file gtest_catch_exceptions_test.py.
00001 gtest_test_utils.Subprocess( 00002 [EXE_PATH, LIST_TESTS_FLAG], env=environ)
Definition at line 70 of file gtest_catch_exceptions_test.py.