15 #ifndef INCG_IRIS_IUTEST_JUNIT_XML_GENERATOR_HPP_C6AD11BD_BDA4_45F3_A736_53B09DD6A7BD_
16 #define INCG_IRIS_IUTEST_JUNIT_XML_GENERATOR_HPP_C6AD11BD_BDA4_45F3_A736_53B09DD6A7BD_
30 class JunitXmlGeneratorListener :
public DefaultXmlGeneratorListener
49 static void OnReportTestCase(IFile* file,
const TestCase& test_case);
50 static void OnReportTestInfo(IFile* file,
const TestInfo& test_info);
51 static void OnReportProperty(IFile* file,
const char* name,
const char* value);
52 static void OnReportTestProperty(IFile* file,
const TestResult& test_result);
53 static void OnReportTestSkipped(IFile* file,
const TestInfo& test_info);
59 if( !xmlpath.empty() )
71 # include "../impl/iutest_junit_xml_generator.ipp"
74 #endif // INCG_IRIS_IUTEST_JUNIT_XML_GENERATOR_HPP_C6AD11BD_BDA4_45F3_A736_53B09DD6A7BD_