Uses of Class
org.apache.maven.surefire.api.runorder.RunEntryStatistics
Packages that use RunEntryStatistics
-
Uses of RunEntryStatistics in org.apache.maven.surefire.api.runorder
Fields in org.apache.maven.surefire.api.runorder with type parameters of type RunEntryStatisticsModifier and TypeFieldDescriptionprivate final Map<ClassMethod,RunEntryStatistics> RunEntryStatisticsMap.runEntryStatisticsMethods in org.apache.maven.surefire.api.runorder that return RunEntryStatisticsModifier and TypeMethodDescriptionRunEntryStatisticsMap.createNextGeneration(ReportEntry reportEntry) RunEntryStatisticsMap.createNextGenerationFailure(ReportEntry reportEntry) private RunEntryStatisticsRunEntryStatisticsMap.findOrCreate(ReportEntry reportEntry) RunEntryStatistics.nextGeneration(int runTime) RunEntryStatistics.nextGenerationFailure(int runTime) Methods in org.apache.maven.surefire.api.runorder with parameters of type RunEntryStatisticsModifier and TypeMethodDescriptionvoidRunEntryStatisticsMap.add(RunEntryStatistics item) voidPriority.addItem(RunEntryStatistics itemStat) intRunEntryStatisticsMap.RunCountComparator.compare(RunEntryStatistics o, RunEntryStatistics o1) Constructor parameters in org.apache.maven.surefire.api.runorder with type arguments of type RunEntryStatisticsModifierConstructorDescriptionprivateRunEntryStatisticsMap(Map<ClassMethod, RunEntryStatistics> runEntryStatistics)