Uses of Interface
org.apache.maven.surefire.report.TestSetReportEntry
Packages that use TestSetReportEntry
-
Uses of TestSetReportEntry in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter with parameters of type TestSetReportEntryModifier and TypeMethodDescriptionvoid
ForkingRunListener.testSetCompleted
(TestSetReportEntry report) void
ForkingRunListener.testSetStarting
(TestSetReportEntry report) -
Uses of TestSetReportEntry in org.apache.maven.surefire.report
Classes in org.apache.maven.surefire.report that implement TestSetReportEntryMethods in org.apache.maven.surefire.report that return TestSetReportEntryModifier and TypeMethodDescriptionstatic TestSetReportEntry
CategorizedReportEntry.reportEntry
(String source, String name, String group, StackTraceWriter stackTraceWriter, Integer elapsed, String message, Map<String, String> systemProperties) Methods in org.apache.maven.surefire.report with parameters of type TestSetReportEntryModifier and TypeMethodDescriptionvoid
RunListener.testSetCompleted
(TestSetReportEntry report) Indicates end of a given test-setvoid
RunListener.testSetStarting
(TestSetReportEntry report) Indicates the start of a given test-set