def testAliasesOfYesAndNo |
( |
|
self | ) |
|
Tests using aliases in specifying --gtest_color.
def testEnvVarAndFlag |
( |
|
self | ) |
|
Tests the case when there are both GTEST_COLOR and --gtest_color.
def testEnvVarOnly |
( |
|
self | ) |
|
Tests the case when there's GTEST_COLOR but not --gtest_color.
Tests the case when there's --gtest_color but not GTEST_COLOR.
def testNoEnvVarNoFlag |
( |
|
self | ) |
|
Tests the case when there's neither GTEST_COLOR nor --gtest_color.
The documentation for this class was generated from the following file:
- testing/googleTest/test/gtest_color_test.py