Analysis Software
Documentation for sPHENIX simulation software
|
Public Member Functions | |
def | testNoEnvVarNoFlag |
def | testFlagOnly |
def | testEnvVarOnly |
def | testEnvVarAndFlag |
def | testAliasesOfYesAndNo |
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
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().
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().
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().
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().
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().