Class FileReporter
- java.lang.Object
-
- org.apache.maven.plugin.surefire.report.FileReporter
-
- Direct Known Subclasses:
NullFileReporter
public class FileReporter extends java.lang.ObjectBase class for file reporters.
-
-
Field Summary
Fields Modifier and Type Field Description private java.nio.charset.Charsetencodingprivate java.lang.StringreportNameSuffixprivate java.io.FilereportsDirectory
-
Constructor Summary
Constructors Constructor Description FileReporter(java.io.File reportsDirectory, java.lang.String reportNameSuffix, java.nio.charset.Charset encoding)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static java.io.FilegetReportFile(java.io.File reportsDirectory, java.lang.String reportEntryName, java.lang.String reportNameSuffix, java.lang.String fileExtension)voidtestSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, java.util.List<java.lang.String> testResults)private java.io.PrintWritertestSetStarting(ReportEntry report)
-
-
-
Method Detail
-
testSetStarting
private java.io.PrintWriter testSetStarting(ReportEntry report)
-
getReportFile
static java.io.File getReportFile(java.io.File reportsDirectory, java.lang.String reportEntryName, java.lang.String reportNameSuffix, java.lang.String fileExtension)
-
testSetCompleted
public void testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, java.util.List<java.lang.String> testResults)
-
-