Class NullStatelessXmlReporter
- java.lang.Object
-
- org.apache.maven.plugin.surefire.report.StatelessXmlReporter
-
- org.apache.maven.plugin.surefire.report.NullStatelessXmlReporter
-
- All Implemented Interfaces:
StatelessReportEventListener<WrappedReportEntry,TestSetStats>
class NullStatelessXmlReporter extends StatelessXmlReporter
FileReporter doing nothing rather than using null.- Since:
- 2.20
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static NullStatelessXmlReporterINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description privateNullStatelessXmlReporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanTestHistoryMap()Clean testClassMethodRunHistoryMapvoidtestSetCompleted(WrappedReportEntry testSetReportEntry, TestSetStats testSetStats)The callback is called after the test class has been completed and the state of report is final.
-
-
-
Field Detail
-
INSTANCE
static final NullStatelessXmlReporter INSTANCE
-
-
Method Detail
-
testSetCompleted
public void testSetCompleted(WrappedReportEntry testSetReportEntry, TestSetStats testSetStats)
Description copied from interface:StatelessReportEventListenerThe callback is called after the test class has been completed and the state of report is final.- Specified by:
testSetCompletedin interfaceStatelessReportEventListener<WrappedReportEntry,TestSetStats>- Overrides:
testSetCompletedin classStatelessXmlReporter- Parameters:
testSetReportEntry- WrappedReportEntrytestSetStats- TestSetStats
-
cleanTestHistoryMap
public void cleanTestHistoryMap()
Description copied from class:StatelessXmlReporterClean testClassMethodRunHistoryMap- Overrides:
cleanTestHistoryMapin classStatelessXmlReporter
-
-