Class ThreadedExecutionScheduler
- java.lang.Object
-
- org.apache.maven.plugin.surefire.runorder.ThreadedExecutionScheduler
-
public class ThreadedExecutionScheduler extends java.lang.Object
- Author:
- Kristian Rosenvold
-
-
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)
java.util.List<java.lang.Class<?>>
getResult()
-
-
-
Method Detail
-
addTest
public void addTest(PrioritizedTest prioritizedTest)
-
getResult
public java.util.List<java.lang.Class<?>> getResult()
-
-