public class RunEntryStatisticsMap extends Object
Constructor and Description |
---|
RunEntryStatisticsMap() |
RunEntryStatisticsMap(Map 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 priorityComparator) |
List |
getPrioritizedTestsByFailureFirst(List testsToRun) |
List |
getPrioritizedTestsClassRunTime(List testsToRun,
int threadCount) |
void |
serialize(File file) |
public RunEntryStatisticsMap(Map 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 getPrioritizedTestsClassRunTime(List testsToRun, int threadCount)
public Map getPriorities(Comparator priorityComparator)
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.