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>
FileReporter doing nothing rather than using null.
- Since:
- 2.20
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Clean testClassMethodRunHistoryMapvoid
testSetCompleted
(WrappedReportEntry testSetReportEntry, TestSetStats testSetStats) The callback is called after the test class has been completed and the state of report is final.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NullStatelessXmlReporter
private NullStatelessXmlReporter()
-
-
Method Details
-
testSetCompleted
Description copied from interface:StatelessReportEventListener
The callback is called after the test class has been completed and the state of report is final.- Specified by:
testSetCompleted
in interfaceStatelessReportEventListener<WrappedReportEntry,
TestSetStats> - Overrides:
testSetCompleted
in classStatelessXmlReporter
- Parameters:
testSetReportEntry
- WrappedReportEntrytestSetStats
- TestSetStats
-
cleanTestHistoryMap
public void cleanTestHistoryMap()Description copied from class:StatelessXmlReporter
Clean testClassMethodRunHistoryMap- Overrides:
cleanTestHistoryMap
in classStatelessXmlReporter
-