proxygen
|
Classes | |
class | CatchCxxExceptionsTest |
class | CatchSehExceptionsTest |
Variables | |
string | __author__ = 'vladl@google.com (Vlad Losev)' |
string | FLAG_PREFIX = '--gtest_' |
string | LIST_TESTS_FLAG = FLAG_PREFIX+'list_tests' |
string | NO_CATCH_EXCEPTIONS_FLAG = FLAG_PREFIX+'catch_exceptions=0' |
string | FILTER_FLAG = FLAG_PREFIX+'filter' |
EX_EXE_PATH | |
EXE_PATH | |
environ = gtest_test_utils.environ | |
SetEnvVar = gtest_test_utils.SetEnvVar | |
TEST_LIST | |
string | SUPPORTS_SEH_EXCEPTIONS = 'ThrowsSehException' |
BINARY_OUTPUT = gtest_test_utils.Subprocess([EXE_PATH], env=environ).output | |
EX_BINARY_OUTPUT | |
|
private |
Definition at line 38 of file gtest_catch_exceptions_test.py.
gtest_catch_exceptions_test.BINARY_OUTPUT = gtest_test_utils.Subprocess([EXE_PATH], env=environ).output |
Definition at line 76 of file gtest_catch_exceptions_test.py.
gtest_catch_exceptions_test.environ = gtest_test_utils.environ |
Definition at line 60 of file gtest_catch_exceptions_test.py.
gtest_catch_exceptions_test.EX_BINARY_OUTPUT |
Definition at line 78 of file gtest_catch_exceptions_test.py.
gtest_catch_exceptions_test.EX_EXE_PATH |
Definition at line 52 of file gtest_catch_exceptions_test.py.
gtest_catch_exceptions_test.EXE_PATH |
Definition at line 57 of file gtest_catch_exceptions_test.py.
string gtest_catch_exceptions_test.FILTER_FLAG = FLAG_PREFIX+'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 = FLAG_PREFIX+'list_tests' |
Definition at line 46 of file gtest_catch_exceptions_test.py.
string gtest_catch_exceptions_test.NO_CATCH_EXCEPTIONS_FLAG = FLAG_PREFIX+'catch_exceptions=0' |
Definition at line 47 of file gtest_catch_exceptions_test.py.
gtest_catch_exceptions_test.SetEnvVar = gtest_test_utils.SetEnvVar |
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.
gtest_catch_exceptions_test.TEST_LIST |
Definition at line 70 of file gtest_catch_exceptions_test.py.