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 TypeMethodDescriptionvoidForkingRunListener.testSetCompleted(TestSetReportEntry report) voidForkingRunListener.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 TestSetReportEntryCategorizedReportEntry.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 TypeMethodDescriptionvoidRunListener.testSetCompleted(TestSetReportEntry report) Indicates end of a given test-setvoidRunListener.testSetStarting(TestSetReportEntry report) Indicates the start of a given test-set