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<?>>[]listsprivate intnumThreadsprivate int[]runTime
-
Constructor Summary
Constructors Constructor Description ThreadedExecutionScheduler(int numThreads)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTest(PrioritizedTest prioritizedTest)private intfindLeastBusySlot()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()
-
-