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