Analysis Software
Documentation for sPHENIX simulation software
|
Classes | |
class | GTestXMLOutputUnitTest |
Variables | |
string | __author__ 'eefacm@gmail.com (Sean Mcafee)' |
string | GTEST_FILTER_FLAG '--gtest_filter' |
string | GTEST_LIST_TESTS_FLAG '--gtest_list_tests' |
string | GTEST_OUTPUT_FLAG "--gtest_output" |
string | GTEST_DEFAULT_OUTPUT_FILE "test_detail.xml" |
string | GTEST_PROGRAM_NAME "gtest_xml_output_unittest_" |
SUPPORTS_STACK_TRACES False | |
string | STACK_TRACE_TEMPLATE '\nStack trace:\n*' |
string | EXPECTED_NON_EMPTY_XML |
string | EXPECTED_FILTERED_TEST_XML |
string | EXPECTED_EMPTY_XML |
tuple | GTEST_PROGRAM_PATH gtest_test_utils.GetTestExecutablePath(GTEST_PROGRAM_NAME) |
string | SUPPORTS_TYPED_TESTS 'TypedTest' |
string gtest_xml_output_unittest.__author__ 'eefacm@gmail.com (Sean Mcafee)' |
Definition at line 34 of file gtest_xml_output_unittest.py.
View newest version in sPHENIX GitHub at line 34 of file gtest_xml_output_unittest.py
string gtest_xml_output_unittest.EXPECTED_EMPTY_XML |
Definition at line 141 of file gtest_xml_output_unittest.py.
View newest version in sPHENIX GitHub at line 141 of file gtest_xml_output_unittest.py
string gtest_xml_output_unittest.EXPECTED_FILTERED_TEST_XML |
Definition at line 132 of file gtest_xml_output_unittest.py.
View newest version in sPHENIX GitHub at line 132 of file gtest_xml_output_unittest.py
string gtest_xml_output_unittest.EXPECTED_NON_EMPTY_XML |
Definition at line 60 of file gtest_xml_output_unittest.py.
View newest version in sPHENIX GitHub at line 60 of file gtest_xml_output_unittest.py
string gtest_xml_output_unittest.GTEST_DEFAULT_OUTPUT_FILE "test_detail.xml" |
Definition at line 50 of file gtest_xml_output_unittest.py.
View newest version in sPHENIX GitHub at line 50 of file gtest_xml_output_unittest.py
string gtest_xml_output_unittest.GTEST_FILTER_FLAG '--gtest_filter' |
Definition at line 47 of file gtest_xml_output_unittest.py.
View newest version in sPHENIX GitHub at line 47 of file gtest_xml_output_unittest.py
string gtest_xml_output_unittest.GTEST_LIST_TESTS_FLAG '--gtest_list_tests' |
Definition at line 48 of file gtest_xml_output_unittest.py.
View newest version in sPHENIX GitHub at line 48 of file gtest_xml_output_unittest.py
string gtest_xml_output_unittest.GTEST_OUTPUT_FLAG "--gtest_output" |
Definition at line 49 of file gtest_xml_output_unittest.py.
View newest version in sPHENIX GitHub at line 49 of file gtest_xml_output_unittest.py
string gtest_xml_output_unittest.GTEST_PROGRAM_NAME "gtest_xml_output_unittest_" |
Definition at line 51 of file gtest_xml_output_unittest.py.
View newest version in sPHENIX GitHub at line 51 of file gtest_xml_output_unittest.py
tuple gtest_xml_output_unittest.GTEST_PROGRAM_PATH gtest_test_utils.GetTestExecutablePath(GTEST_PROGRAM_NAME) |
Definition at line 146 of file gtest_xml_output_unittest.py.
View newest version in sPHENIX GitHub at line 146 of file gtest_xml_output_unittest.py
string gtest_xml_output_unittest.STACK_TRACE_TEMPLATE '\nStack trace:\n*' |
Definition at line 56 of file gtest_xml_output_unittest.py.
View newest version in sPHENIX GitHub at line 56 of file gtest_xml_output_unittest.py
gtest_xml_output_unittest.SUPPORTS_STACK_TRACES False |
Definition at line 53 of file gtest_xml_output_unittest.py.
View newest version in sPHENIX GitHub at line 53 of file gtest_xml_output_unittest.py
string gtest_xml_output_unittest.SUPPORTS_TYPED_TESTS 'TypedTest' |
Definition at line 148 of file gtest_xml_output_unittest.py.
View newest version in sPHENIX GitHub at line 148 of file gtest_xml_output_unittest.py