Assimp  v3.1.1 (June 2014)
gtest_color_test.GTestColorTest Class Reference

Inherits TestCase.

Public Member Functions

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

Member Function Documentation

◆ testAliasesOfYesAndNo()

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

◆ testEnvVarAndFlag()

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

◆ testEnvVarOnly()

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

◆ testFlagOnly()

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

◆ testNoEnvVarNoFlag()

def 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: