Classes | |
class | GTestXMLOutFilesTest |
Variables | |
string | __author__ = "keith.ray@gmail.com (Keith Ray)" |
string | EXPECTED_XML_1 |
string | EXPECTED_XML_2 |
string | GTEST_OUTPUT_1_TEST = "gtest_xml_outfile1_test_" |
string | GTEST_OUTPUT_2_TEST = "gtest_xml_outfile2_test_" |
string | GTEST_OUTPUT_SUBDIR = "xml_outfiles" |
string gtest_xml_outfiles_test::__author__ = "keith.ray@gmail.com (Keith Ray)" |
Definition at line 34 of file gtest_xml_outfiles_test.py.
00001 """<?xml version="1.0" encoding="UTF-8"?> 00002 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" timestamp="*" name="AllTests"> 00003 <testsuite name="PropertyOne" tests="1" failures="0" disabled="0" errors="0" time="*"> 00004 <testcase name="TestSomeProperties" status="run" time="*" classname="PropertyOne" SetUpProp="1" TestSomeProperty="1" TearDownProp="1" /> 00005 </testsuite> 00006 </testsuites> 00007 """
Definition at line 47 of file gtest_xml_outfiles_test.py.
00001 """<?xml version="1.0" encoding="UTF-8"?> 00002 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" timestamp="*" name="AllTests"> 00003 <testsuite name="PropertyTwo" tests="1" failures="0" disabled="0" errors="0" time="*"> 00004 <testcase name="TestSomeProperties" status="run" time="*" classname="PropertyTwo" SetUpProp="2" TestSomeProperty="2" TearDownProp="2" /> 00005 </testsuite> 00006 </testsuites> 00007 """
Definition at line 55 of file gtest_xml_outfiles_test.py.
string gtest_xml_outfiles_test::GTEST_OUTPUT_1_TEST = "gtest_xml_outfile1_test_" |
Definition at line 44 of file gtest_xml_outfiles_test.py.
string gtest_xml_outfiles_test::GTEST_OUTPUT_2_TEST = "gtest_xml_outfile2_test_" |
Definition at line 45 of file gtest_xml_outfiles_test.py.
string gtest_xml_outfiles_test::GTEST_OUTPUT_SUBDIR = "xml_outfiles" |
Definition at line 43 of file gtest_xml_outfiles_test.py.