public static interface XMLTestReportProcessor.XMLReportConsumer
XMLReportConsumer
is notified every time a
new report is generated by an XMLTestReportProcessor
Modifier and Type | Method and Description |
---|---|
void |
onNewReport(java.io.File xmlReport,
java.io.File reportDirectory)
Invoked when new report has been generated.
|
void onNewReport(java.io.File xmlReport, java.io.File reportDirectory) throws java.lang.Exception
xmlReport
- file containing the xml reportreportDirectory
- base directory where any resource relative
to the report processing should be stored.java.lang.Exception