Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gtest_color_test.GTestColorTest Class Reference
+ Inheritance diagram for gtest_color_test.GTestColorTest:
+ Collaboration diagram for gtest_color_test.GTestColorTest:

Public Member Functions

def testNoEnvVarNoFlag
 
def testFlagOnly
 
def testEnvVarOnly
 
def testEnvVarAndFlag
 
def testAliasesOfYesAndNo
 

Detailed Description

Definition at line 70 of file gtest_color_test.py.

View newest version in sPHENIX GitHub at line 70 of file gtest_color_test.py

Member Function Documentation

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

Definition at line 115 of file gtest_color_test.py.

View newest version in sPHENIX GitHub at line 115 of file gtest_color_test.py

References gtest_test_utils.Main(), and gtest_color_test.UsesColor().

+ Here is the call graph for this function:

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

Definition at line 108 of file gtest_color_test.py.

View newest version in sPHENIX GitHub at line 108 of file gtest_color_test.py

References gtest_color_test.UsesColor().

+ Here is the call graph for this function:

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

Definition at line 97 of file gtest_color_test.py.

View newest version in sPHENIX GitHub at line 97 of file gtest_color_test.py

References gtest_color_test.UsesColor().

+ Here is the call graph for this function:

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

Definition at line 86 of file gtest_color_test.py.

View newest version in sPHENIX GitHub at line 86 of file gtest_color_test.py

References gtest_color_test.UsesColor().

+ Here is the call graph for this function:

def gtest_color_test.GTestColorTest.testNoEnvVarNoFlag (   self)
Tests the case when there's neither GTEST_COLOR nor --gtest_color.

Definition at line 71 of file gtest_color_test.py.

View newest version in sPHENIX GitHub at line 71 of file gtest_color_test.py

References gtest_color_test.UsesColor().

+ Here is the call graph for this function:


The documentation for this class was generated from the following file: