Package org.uncommons.reportng
Class JUnitXMLReporter
- java.lang.Object
-
- org.uncommons.reportng.AbstractReporter
-
- org.uncommons.reportng.JUnitXMLReporter
-
- All Implemented Interfaces:
org.testng.IReporter,org.testng.ITestNGListener
public class JUnitXMLReporter extends AbstractReporter
JUnit XML reporter for TestNG that uses Freemarker templates to generate its output.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJUnitXMLReporter.TestClassResultsGroups together all of the data about the test results from the methods of a single test class
-
Field Summary
-
Fields inherited from class org.uncommons.reportng.AbstractReporter
META
-
-
Constructor Summary
Constructors Constructor Description JUnitXMLReporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerateReport(java.util.List<org.testng.xml.XmlSuite> xmlSuites, java.util.List<org.testng.ISuite> suites, java.lang.String outputDirectoryName)-
Methods inherited from class org.uncommons.reportng.AbstractReporter
copyClasspathResource, copyFile, copyStream, createContext, removeEmptyDirectories
-
-