public class ThreadedExecutionScheduler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.List<java.lang.Class<?>>[] |
lists |
private int |
numThreads |
private int[] |
runTime |
Constructor and Description |
---|
ThreadedExecutionScheduler(int numThreads) |
Modifier and Type | Method and Description |
---|---|
void |
addTest(PrioritizedTest prioritizedTest) |
private int |
findLeastBusySlot() |
java.util.List<java.lang.Class<?>> |
getResult() |
private final int numThreads
private final int[] runTime
private final java.util.List<java.lang.Class<?>>[] lists
public void addTest(PrioritizedTest prioritizedTest)
public java.util.List<java.lang.Class<?>> getResult()
private int findLeastBusySlot()