Uses of Interface
org.apache.maven.surefire.report.ReportEntry
Packages that use ReportEntry
Package
Description
-
Uses of ReportEntry in org.apache.maven.plugin.surefire.runorder
Methods in org.apache.maven.plugin.surefire.runorder with parameters of type ReportEntryModifier and TypeMethodDescriptionRunEntryStatisticsMap.createNextGeneration
(ReportEntry reportEntry) RunEntryStatisticsMap.createNextGenerationFailure
(ReportEntry reportEntry) RunEntryStatisticsMap.findOrCreate
(ReportEntry reportEntry) static RunEntryStatistics
RunEntryStatistics.fromReportEntry
(ReportEntry previous) -
Uses of ReportEntry in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter with parameters of type ReportEntryModifier and TypeMethodDescriptionvoid
ForkingRunListener.testAssumptionFailure
(ReportEntry report) void
ForkingRunListener.testError
(ReportEntry report) void
ForkingRunListener.testFailed
(ReportEntry report) void
ForkingRunListener.testSkipped
(ReportEntry report) void
ForkingRunListener.testStarting
(ReportEntry report) void
ForkingRunListener.testSucceeded
(ReportEntry report) -
Uses of ReportEntry in org.apache.maven.surefire.report
Subinterfaces of ReportEntry in org.apache.maven.surefire.reportModifier and TypeInterfaceDescriptioninterface
Describes test-set when started and finished.Classes in org.apache.maven.surefire.report that implement ReportEntryMethods in org.apache.maven.surefire.report with parameters of type ReportEntryModifier and TypeMethodDescriptionvoid
RunListener.testAssumptionFailure
(ReportEntry report) Event fired when a test assumption failure was encountered.void
RunListener.testError
(ReportEntry report) Event fired when a test ended with an error (non anticipated problem)void
RunListener.testFailed
(ReportEntry report) Event fired when a test ended with a failure (anticipated problem)void
RunListener.testSkipped
(ReportEntry report) Event fired when a test is skippedvoid
RunListener.testStarting
(ReportEntry report) Event fired when a test is about to startvoid
RunListener.testSucceeded
(ReportEntry report) Event fired when a test ended successfully