Uses of Interface
org.apache.maven.surefire.report.ReportEntry
-
Packages that use ReportEntry Package Description org.apache.maven.plugin.surefire.runorder org.apache.maven.surefire.booter org.apache.maven.surefire.report -
-
Uses of ReportEntry in org.apache.maven.plugin.surefire.runorder
Methods in org.apache.maven.plugin.surefire.runorder with parameters of type ReportEntry Modifier and Type Method Description RunEntryStatistics
RunEntryStatisticsMap. createNextGeneration(ReportEntry reportEntry)
RunEntryStatistics
RunEntryStatisticsMap. createNextGenerationFailure(ReportEntry reportEntry)
RunEntryStatistics
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 ReportEntry Modifier and Type Method Description void
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.report Modifier and Type Interface Description interface
TestSetReportEntry
Describes test-set when started and finished.Classes in org.apache.maven.surefire.report that implement ReportEntry Modifier and Type Class Description class
CategorizedReportEntry
class
SimpleReportEntry
Methods in org.apache.maven.surefire.report with parameters of type ReportEntry Modifier and Type Method Description void
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
-