Monero
Loading...
Searching...
No Matches
gtest_color_test.GTestColorTest Class Reference
Inheritance diagram for gtest_color_test.GTestColorTest:
Collaboration diagram for gtest_color_test.GTestColorTest:

Public Member Functions

 testNoEnvVarNoFlag (self)
 testFlagOnly (self)
 testEnvVarOnly (self)
 testEnvVarAndFlag (self)
 testAliasesOfYesAndNo (self)

Member Function Documentation

◆ testAliasesOfYesAndNo()

gtest_color_test.GTestColorTest.testAliasesOfYesAndNo ( self)
Tests using aliases in specifying --gtest_color.

◆ testEnvVarAndFlag()

gtest_color_test.GTestColorTest.testEnvVarAndFlag ( self)
Tests the case when there are both GTEST_COLOR and --gtest_color.

◆ testEnvVarOnly()

gtest_color_test.GTestColorTest.testEnvVarOnly ( self)
Tests the case when there's GTEST_COLOR but not --gtest_color.

◆ testFlagOnly()

gtest_color_test.GTestColorTest.testFlagOnly ( self)
Tests the case when there's --gtest_color but not GTEST_COLOR.

◆ testNoEnvVarNoFlag()

gtest_color_test.GTestColorTest.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: