public final class RunEntryStatisticsMap extends Object
Constructor and Description |
---|
RunEntryStatisticsMap() |
Modifier and Type | Method and Description |
---|---|
void |
add(RunEntryStatistics item) |
RunEntryStatistics |
createNextGeneration(ReportEntry reportEntry) |
RunEntryStatistics |
createNextGenerationFailure(ReportEntry reportEntry) |
static RunEntryStatisticsMap |
fromFile(File file) |
static RunEntryStatisticsMap |
fromStream(InputStream fileReader) |
List<Class<?>> |
getPrioritizedTestsByFailureFirst(List<Class<?>> testsToRun) |
List<Class<?>> |
getPrioritizedTestsClassRunTime(List<Class<?>> testsToRun,
int threadCount) |
void |
serialize(File statsFile) |
public static RunEntryStatisticsMap fromFile(File file)
public static RunEntryStatisticsMap fromStream(InputStream fileReader)
public void serialize(File statsFile) throws IOException
IOException
public RunEntryStatistics createNextGeneration(ReportEntry reportEntry)
public RunEntryStatistics createNextGenerationFailure(ReportEntry reportEntry)
public void add(RunEntryStatistics item)
public List<Class<?>> getPrioritizedTestsClassRunTime(List<Class<?>> testsToRun, int threadCount)
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.