Class ThreadedExecutionScheduler
- java.lang.Object
-
- org.apache.maven.plugin.surefire.runorder.ThreadedExecutionScheduler
-
public class ThreadedExecutionScheduler extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<java.lang.Class<?>>[]
lists
private int
numThreads
private int[]
runTime
-
Constructor Summary
Constructors Constructor Description ThreadedExecutionScheduler(int numThreads)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addTest(PrioritizedTest prioritizedTest)
private int
findLeastBusySlot()
java.util.List<java.lang.Class<?>>
getResult()
-
-
-
Method Detail
-
addTest
public void addTest(PrioritizedTest prioritizedTest)
-
getResult
public java.util.List<java.lang.Class<?>> getResult()
-
findLeastBusySlot
private int findLeastBusySlot()
-
-