proxygen
gtest_catch_exceptions_test.py File Reference

Go to the source code of this file.

Classes

class  gtest_catch_exceptions_test.CatchSehExceptionsTest
 
class  gtest_catch_exceptions_test.CatchCxxExceptionsTest
 

Namespaces

 gtest_catch_exceptions_test
 

Variables

string gtest_catch_exceptions_test.__author__ = 'vladl@google.com (Vlad Losev)'
 
string gtest_catch_exceptions_test.FLAG_PREFIX = '--gtest_'
 
string gtest_catch_exceptions_test.LIST_TESTS_FLAG = FLAG_PREFIX+'list_tests'
 
string gtest_catch_exceptions_test.NO_CATCH_EXCEPTIONS_FLAG = FLAG_PREFIX+'catch_exceptions=0'
 
string 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
 
string gtest_catch_exceptions_test.SUPPORTS_SEH_EXCEPTIONS = 'ThrowsSehException'
 
 gtest_catch_exceptions_test.BINARY_OUTPUT = gtest_test_utils.Subprocess([EXE_PATH], env=environ).output
 
 gtest_catch_exceptions_test.EX_BINARY_OUTPUT