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 RunEntryStatisticsRunEntryStatisticsMap. createNextGeneration(ReportEntry reportEntry)RunEntryStatisticsRunEntryStatisticsMap. createNextGenerationFailure(ReportEntry reportEntry)RunEntryStatisticsRunEntryStatisticsMap. findOrCreate(ReportEntry reportEntry)static RunEntryStatisticsRunEntryStatistics. 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 voidForkingRunListener. testAssumptionFailure(ReportEntry report)voidForkingRunListener. testError(ReportEntry report)voidForkingRunListener. testFailed(ReportEntry report)voidForkingRunListener. testSkipped(ReportEntry report)voidForkingRunListener. testStarting(ReportEntry report)voidForkingRunListener. 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 interfaceTestSetReportEntryDescribes test-set when started and finished.Classes in org.apache.maven.surefire.report that implement ReportEntry Modifier and Type Class Description classCategorizedReportEntryclassSimpleReportEntryMethods in org.apache.maven.surefire.report with parameters of type ReportEntry Modifier and Type Method Description voidRunListener. 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
-