tesseract v5.3.3.20231005
gtest_xml_outfiles_test Namespace Reference

Classes

class  GTestXMLOutFilesTest
 

Variables

string GTEST_OUTPUT_SUBDIR = "xml_outfiles"
 
string GTEST_OUTPUT_1_TEST = "gtest_xml_outfile1_test_"
 
string GTEST_OUTPUT_2_TEST = "gtest_xml_outfile2_test_"
 
string EXPECTED_XML_1
 
string EXPECTED_XML_2
 

Variable Documentation

◆ EXPECTED_XML_1

string gtest_xml_outfiles_test.EXPECTED_XML_1
Initial value:
1= """<?xml version="1.0" encoding="UTF-8"?>
2<testsuites tests="1" failures="0" disabled="0" errors="0" time="*" timestamp="*" name="AllTests">
3 <testsuite name="PropertyOne" tests="1" failures="0" skipped="0" disabled="0" errors="0" time="*" timestamp="*">
4 <testcase name="TestSomeProperties" status="run" result="completed" time="*" timestamp="*" classname="PropertyOne">
5 <properties>
6 <property name="SetUpProp" value="1"/>
7 <property name="TestSomeProperty" value="1"/>
8 <property name="TearDownProp" value="1"/>
9 </properties>
10 </testcase>
11 </testsuite>
12</testsuites>
13"""

Definition at line 43 of file gtest_xml_outfiles_test.py.

◆ EXPECTED_XML_2

string gtest_xml_outfiles_test.EXPECTED_XML_2
Initial value:
1= """<?xml version="1.0" encoding="UTF-8"?>
2<testsuites tests="1" failures="0" disabled="0" errors="0" time="*" timestamp="*" name="AllTests">
3 <testsuite name="PropertyTwo" tests="1" failures="0" skipped="0" disabled="0" errors="0" time="*" timestamp="*">
4 <testcase name="TestSomeProperties" status="run" result="completed" time="*" timestamp="*" classname="PropertyTwo">
5 <properties>
6 <property name="SetUpProp" value="2"/>
7 <property name="TestSomeProperty" value="2"/>
8 <property name="TearDownProp" value="2"/>
9 </properties>
10 </testcase>
11 </testsuite>
12</testsuites>
13"""

Definition at line 57 of file gtest_xml_outfiles_test.py.

◆ GTEST_OUTPUT_1_TEST

string gtest_xml_outfiles_test.GTEST_OUTPUT_1_TEST = "gtest_xml_outfile1_test_"

Definition at line 40 of file gtest_xml_outfiles_test.py.

◆ GTEST_OUTPUT_2_TEST

string gtest_xml_outfiles_test.GTEST_OUTPUT_2_TEST = "gtest_xml_outfile2_test_"

Definition at line 41 of file gtest_xml_outfiles_test.py.

◆ GTEST_OUTPUT_SUBDIR

string gtest_xml_outfiles_test.GTEST_OUTPUT_SUBDIR = "xml_outfiles"

Definition at line 39 of file gtest_xml_outfiles_test.py.