public class JUnitReportBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SUITE_OVERVIEW |
| Constructor and Description |
|---|
JUnitReportBuilder(List<String> xmlReports,
String targetBuildPath) |
| Modifier and Type | Method and Description |
|---|---|
List<TestSuiteModel> |
getProcessedTestSuites() |
boolean |
writeReportsOnDisk() |
public static String SUITE_OVERVIEW
public JUnitReportBuilder(List<String> xmlReports, String targetBuildPath) throws FileNotFoundException, JAXBException
FileNotFoundExceptionJAXBExceptionpublic List<TestSuiteModel> getProcessedTestSuites()
public boolean writeReportsOnDisk()
throws IOException
IOExceptionCopyright © 2017. All rights reserved.