org.apache.maven.plugin.surefire.report
Class FileReporter
java.lang.Object
org.apache.maven.plugin.surefire.report.FileReporter
public class FileReporter
- extends Object
Base class for file reporters.
- Author:
- Brett Porter, Kristian Rosenvold
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileReporter
public FileReporter(File reportsDirectory,
String reportNameSuffix)
getReportFile
public static File getReportFile(File reportsDirectory,
String reportEntryName,
String reportNameSuffix,
String fileExtension)
testSetCompleted
public void testSetCompleted(WrappedReportEntry report,
TestSetStats testSetStats,
List<String> testResults)
throws ReporterException
- Throws:
ReporterException
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.