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(File xmlReport,
File reportDirectory)
Invoked when new report has been generated.
|
void onNewReport(File xmlReport, File reportDirectory) throws Exception
xmlReport - file containing the xml reportreportDirectory - base directory where any resource relative
to the report processing should be stored.ExceptionCopyright © 2000–2021 Apache Software Foundation. All rights reserved.