Package org.infinispan.commons.test
Class PolarionJUnitXMLWriter
java.lang.Object
org.infinispan.commons.test.PolarionJUnitXMLWriter
- All Implemented Interfaces:
AutoCloseable
A JUnit XML report generator for Polarion based on the JUnitXMLReporter
Extracted from PolarionJUnitXMLReporter
- Since:
- 10.0
- Author:
- Alan Field, Dan Berindei
-
Constructor Details
-
PolarionJUnitXMLWriter
- Throws:
IOException
-
-
Method Details
-
start
public void start(String testsuiteName, long testCount, long skippedCount, long failedCount, long elapsedTime, boolean includeProperties) throws XMLStreamException - Throws:
XMLStreamException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
writeTestCase
- Throws:
XMLStreamException
-
writeTestAttributes
- Throws:
XMLStreamException
-