public class JUnitXMLReporter extends AbstractReporter
| Modifier and Type | Class and Description |
|---|---|
static class |
JUnitXMLReporter.TestClassResults
Groups together all of the data about the tests results from the methods
of a single test class.
|
META, TEMPLATE_EXTENSION| Constructor and Description |
|---|
JUnitXMLReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateReport(List<XmlSuite> xmlSuites,
List<ISuite> suites,
String outputDirectoryName)
Generates a set of XML files (JUnit format) that contain data about the
outcome of the specified test suites.
|
copyClasspathResource, copyFile, copyStream, createContext, generateFile, removeEmptyDirectoriespublic void generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String outputDirectoryName)
suites - Data about the test runs.outputDirectoryName - The directory in which to create the report.