|
proxygen
|
Go to the source code of this file.
Classes | |
| class | gtest_env_var_test.GTestEnvVarTest |
Namespaces | |
| gtest_env_var_test | |
Functions | |
| def | gtest_env_var_test.AssertEq (expected, actual) |
| def | gtest_env_var_test.SetEnvVar (env_var, value) |
| def | gtest_env_var_test.GetFlag (flag) |
| def | gtest_env_var_test.TestFlag (flag, test_val, default_val) |
Variables | |
| string | gtest_env_var_test.__author__ = 'wan@google.com (Zhanyong Wan)' |
| string | gtest_env_var_test.IS_WINDOWS = 'nt' |
| string | gtest_env_var_test.IS_LINUX = 'posix' |
| gtest_env_var_test.COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_env_var_test_') | |
| gtest_env_var_test.environ = os.environ.copy() | |