Uses of Interface
org.apache.maven.surefire.api.report.ReportEntry
Packages that use ReportEntry
Package
Description
-
Uses of ReportEntry in org.apache.maven.surefire.api.booter
Methods in org.apache.maven.surefire.api.booter with parameters of type ReportEntryModifier and TypeMethodDescriptionvoidForkingRunListener.testAssumptionFailure(ReportEntry report) voidMasterProcessChannelEncoder.testAssumptionFailure(ReportEntry reportEntry, boolean trimStackTraces) The test assumption failure.voidForkingRunListener.testError(ReportEntry report) voidMasterProcessChannelEncoder.testError(ReportEntry reportEntry, boolean trimStackTraces) The test error.voidForkingRunListener.testFailed(ReportEntry report) voidMasterProcessChannelEncoder.testFailed(ReportEntry reportEntry, boolean trimStackTraces) The test has failed.voidForkingRunListener.testSkipped(ReportEntry report) voidMasterProcessChannelEncoder.testSkipped(ReportEntry reportEntry, boolean trimStackTraces) The test is skipped.voidForkingRunListener.testStarting(ReportEntry report) voidMasterProcessChannelEncoder.testStarting(ReportEntry reportEntry, boolean trimStackTraces) The test has started.voidForkingRunListener.testSucceeded(ReportEntry report) voidMasterProcessChannelEncoder.testSucceeded(ReportEntry reportEntry, boolean trimStackTraces) The test has succeeded. -
Uses of ReportEntry in org.apache.maven.surefire.api.event
Classes in org.apache.maven.surefire.api.event with type parameters of type ReportEntryModifier and TypeClassDescriptionclassAbstractTestControlEvent<T extends ReportEntry>The base class of an event of test control.Subclasses with type arguments of type ReportEntry in org.apache.maven.surefire.api.eventModifier and TypeClassDescriptionfinal classThe event for the failed assumption.final classThe event for the erroneous test.final classThe event for the failed test.final classThe event for the skipped test.final classThe event for started test.final classThe event for succeeded test.Constructors in org.apache.maven.surefire.api.event with parameters of type ReportEntryModifierConstructorDescriptionTestAssumptionFailureEvent(ReportEntry reportEntry) TestErrorEvent(ReportEntry reportEntry) TestFailedEvent(ReportEntry reportEntry) TestSkippedEvent(ReportEntry reportEntry) TestStartingEvent(ReportEntry reportEntry) TestSucceededEvent(ReportEntry reportEntry) -
Uses of ReportEntry in org.apache.maven.surefire.api.report
Subinterfaces of ReportEntry in org.apache.maven.surefire.api.reportModifier and TypeInterfaceDescriptioninterfaceDescribes test-set when started and finished.Classes in org.apache.maven.surefire.api.report that implement ReportEntryModifier and TypeClassDescriptionclassclassBasic implementation ofTestSetReportEntry(immutable and thread-safe object).Methods in org.apache.maven.surefire.api.report with parameters of type ReportEntryModifier and TypeMethodDescriptionvoidRunListener.testAssumptionFailure(ReportEntry report) Event fired when a test assumption failure was encountered.voidRunListener.testError(ReportEntry report) Event fired when a test ended with an error (non anticipated problem)voidRunListener.testFailed(ReportEntry report) Event fired when a test ended with a failure (anticipated problem)voidRunListener.testSkipped(ReportEntry report) Event fired when a test is skippedvoidRunListener.testStarting(ReportEntry report) Event fired when a test is about to startvoidRunListener.testSucceeded(ReportEntry report) Event fired when a test ended successfully -
Uses of ReportEntry in org.apache.maven.surefire.api.runorder
Methods in org.apache.maven.surefire.api.runorder with parameters of type ReportEntryModifier and TypeMethodDescriptionRunEntryStatisticsMap.createNextGeneration(ReportEntry reportEntry) RunEntryStatisticsMap.createNextGenerationFailure(ReportEntry reportEntry)