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.runEntryStatistics
Methods in org.apache.maven.surefire.api.runorder that return RunEntryStatisticsModifier and TypeMethodDescriptionRunEntryStatisticsMap.createNextGeneration
(ReportEntry reportEntry) RunEntryStatisticsMap.createNextGenerationFailure
(ReportEntry reportEntry) private RunEntryStatistics
RunEntryStatisticsMap.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 TypeMethodDescriptionvoid
RunEntryStatisticsMap.add
(RunEntryStatistics item) void
Priority.addItem
(RunEntryStatistics itemStat) int
RunEntryStatisticsMap.RunCountComparator.compare
(RunEntryStatistics o, RunEntryStatistics o1) Constructor parameters in org.apache.maven.surefire.api.runorder with type arguments of type RunEntryStatisticsModifierConstructorDescriptionprivate
RunEntryStatisticsMap
(Map<ClassMethod, RunEntryStatistics> runEntryStatistics)