Class NullFileReporter
- java.lang.Object
-
- org.apache.maven.plugin.surefire.report.FileReporter
-
- org.apache.maven.plugin.surefire.report.NullFileReporter
-
class NullFileReporter extends FileReporter
FileReporter doing nothing rather than using null.- Since:
- 2.20
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static NullFileReporterINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description privateNullFileReporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, java.util.List<java.lang.String> testResults)-
Methods inherited from class org.apache.maven.plugin.surefire.report.FileReporter
getReportFile
-
-
-
-
Field Detail
-
INSTANCE
static final NullFileReporter INSTANCE
-
-
Method Detail
-
testSetCompleted
public void testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, java.util.List<java.lang.String> testResults)
- Overrides:
testSetCompletedin classFileReporter
-
-