Uses of Interface
org.apache.maven.surefire.api.report.TestSetReportEntry
Packages that use TestSetReportEntry
Package
Description
-
Uses of TestSetReportEntry in org.apache.maven.surefire.api.booter
Methods in org.apache.maven.surefire.api.booter with parameters of type TestSetReportEntryModifier and TypeMethodDescriptionvoidForkingRunListener.testSetCompleted(TestSetReportEntry report) voidMasterProcessChannelEncoder.testSetCompleted(TestSetReportEntry reportEntry, boolean trimStackTraces) The test set has finished.voidForkingRunListener.testSetStarting(TestSetReportEntry report) voidMasterProcessChannelEncoder.testSetStarting(TestSetReportEntry reportEntry, boolean trimStackTraces) The test set has started. -
Uses of TestSetReportEntry in org.apache.maven.surefire.api.event
Subclasses with type arguments of type TestSetReportEntry in org.apache.maven.surefire.api.eventModifier and TypeClassDescriptionfinal classThe event for completed testset.final classThe event for started testset.Constructors in org.apache.maven.surefire.api.event with parameters of type TestSetReportEntryModifierConstructorDescriptionTestsetCompletedEvent(TestSetReportEntry reportEntry) TestsetStartingEvent(TestSetReportEntry reportEntry) -
Uses of TestSetReportEntry in org.apache.maven.surefire.api.report
Classes in org.apache.maven.surefire.api.report that implement TestSetReportEntryModifier and TypeClassDescriptionclassclassBasic implementation ofTestSetReportEntry(immutable and thread-safe object).Methods in org.apache.maven.surefire.api.report that return TestSetReportEntryModifier and TypeMethodDescriptionstatic TestSetReportEntryCategorizedReportEntry.reportEntry(RunMode runMode, Long testRunId, String source, String sourceText, String name, String nameText, String group, StackTraceWriter stackTraceWriter, Integer elapsed, String message, Map<String, String> systemProperties) Methods in org.apache.maven.surefire.api.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