Class RunEntryStatisticsMap
java.lang.Object
org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
- Author:
- Kristian Rosenvold
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(RunEntryStatistics item) createNextGeneration(ReportEntry reportEntry) createNextGenerationFailure(ReportEntry reportEntry) findOrCreate(ReportEntry reportEntry) static RunEntryStatisticsMapgetPrioritizedTestsByFailureFirst(List<Class<?>> testsToRun) getPrioritizedTestsClassRunTime(List<Class<?>> testsToRun, int threadCount) void
-
Constructor Details
-
RunEntryStatisticsMap
-
RunEntryStatisticsMap
public RunEntryStatisticsMap()
-
-
Method Details
-
fromFile
-
serialize
- Throws:
FileNotFoundException
-
findOrCreate
-
createNextGeneration
-
createNextGenerationFailure
-
add
-
getPrioritizedTestsClassRunTime
-
getPrioritizedTestsByFailureFirst
-