Package org.apache.maven.surefire.report
Interface TestSetReportEntry
-
- All Superinterfaces:
ReportEntry
- All Known Implementing Classes:
CategorizedReportEntry
,SimpleReportEntry
,WrappedReportEntry
public interface TestSetReportEntry extends ReportEntry
Describes test-set when started and finished.- Since:
- 2.20.1
- See Also:
RunListener.testSetStarting(TestSetReportEntry)
,RunListener.testSetCompleted(TestSetReportEntry)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
getSystemProperties()
-
Methods inherited from interface org.apache.maven.surefire.report.ReportEntry
getElapsed, getElapsed, getGroup, getMessage, getName, getNameText, getNameWithGroup, getReportNameWithGroup, getSourceName, getSourceText, getStackTraceWriter
-
-