public class RunEntryStatisticsMap extends Object
Constructor and Description |
---|
RunEntryStatisticsMap() |
RunEntryStatisticsMap(Map<String,RunEntryStatistics> runEntryStatistics) |
Modifier and Type | Method and Description |
---|---|
void |
add(RunEntryStatistics item) |
RunEntryStatistics |
createNextGeneration(ReportEntry reportEntry) |
RunEntryStatistics |
createNextGenerationFailure(ReportEntry reportEntry) |
RunEntryStatistics |
findOrCreate(ReportEntry reportEntry) |
static RunEntryStatisticsMap |
fromFile(File file) |
Map |
getPriorities(Comparator<Priority> priorityComparator) |
List<Class> |
getPrioritizedTestsByFailureFirst(List testsToRun) |
List<Class> |
getPrioritizedTestsClassRunTime(List testsToRun,
int threadCount) |
void |
serialize(File file) |
public RunEntryStatisticsMap(Map<String,RunEntryStatistics> runEntryStatistics)
public RunEntryStatisticsMap()
public static RunEntryStatisticsMap fromFile(File file)
public void serialize(File file) throws FileNotFoundException
FileNotFoundException
public RunEntryStatistics findOrCreate(ReportEntry reportEntry)
public RunEntryStatistics createNextGeneration(ReportEntry reportEntry)
public RunEntryStatistics createNextGenerationFailure(ReportEntry reportEntry)
public void add(RunEntryStatistics item)
public List<Class> getPrioritizedTestsClassRunTime(List testsToRun, int threadCount)
public List<Class> getPrioritizedTestsByFailureFirst(List testsToRun)
public Map getPriorities(Comparator<Priority> priorityComparator)
Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.