Public Member Functions | |
def | testAliasesOfYesAndNo (self) |
def | testEnvVarAndFlag (self) |
def | testEnvVarOnly (self) |
def | testFlagOnly (self) |
def | testNoEnvVarNoFlag (self) |
Definition at line 67 of file googletest-color-test.py.
def googletest-color-test.GTestColorTest.testAliasesOfYesAndNo | ( | self | ) |
Tests using aliases in specifying --gtest_color.
Definition at line 112 of file googletest-color-test.py.
def googletest-color-test.GTestColorTest.testEnvVarAndFlag | ( | self | ) |
Tests the case when there are both GTEST_COLOR and --gtest_color.
Definition at line 105 of file googletest-color-test.py.
def googletest-color-test.GTestColorTest.testEnvVarOnly | ( | self | ) |
Tests the case when there's GTEST_COLOR but not --gtest_color.
Definition at line 94 of file googletest-color-test.py.
def googletest-color-test.GTestColorTest.testFlagOnly | ( | self | ) |
Tests the case when there's --gtest_color but not GTEST_COLOR.
Definition at line 83 of file googletest-color-test.py.
def googletest-color-test.GTestColorTest.testNoEnvVarNoFlag | ( | self | ) |
Tests the case when there's neither GTEST_COLOR nor --gtest_color.
Definition at line 68 of file googletest-color-test.py.