Class FileReporter
- java.lang.Object
-
- org.apache.maven.plugin.surefire.report.FileReporter
-
- Direct Known Subclasses:
NullFileReporter
public class FileReporter extends java.lang.Object
Base class for file reporters.
-
-
Field Summary
Fields Modifier and Type Field Description private java.nio.charset.Charset
encoding
private java.lang.String
reportNameSuffix
private java.io.File
reportsDirectory
-
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.File
getReportFile(java.io.File reportsDirectory, java.lang.String reportEntryName, java.lang.String reportNameSuffix, java.lang.String fileExtension)
void
testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, java.util.List<java.lang.String> testResults)
private java.io.PrintWriter
testSetStarting(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)
-
-