|
proxygen
|
Go to the source code of this file.
Classes | |
| class | gtest_color_test.GTestColorTest |
Namespaces | |
| gtest_color_test | |
Functions | |
| def | gtest_color_test.SetEnvVar (env_var, value) |
| def | gtest_color_test.UsesColor (term, color_env_var, color_flag) |
Variables | |
| string | gtest_color_test.__author__ = 'wan@google.com (Zhanyong Wan)' |
| string | gtest_color_test.IS_WINDOWS = 'nt' |
| string | gtest_color_test.COLOR_ENV_VAR = 'GTEST_COLOR' |
| string | gtest_color_test.COLOR_FLAG = 'gtest_color' |
| gtest_color_test.COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_color_test_') | |