org.apache.maven.plugin.surefire.runorder
Class ThreadedExecutionScheduler

java.lang.Object
  extended by org.apache.maven.plugin.surefire.runorder.ThreadedExecutionScheduler

public class ThreadedExecutionScheduler
extends Object

Author:
Kristian Rosenvold

Constructor Summary
ThreadedExecutionScheduler(int numThreads)
           
 
Method Summary
 void addTest(PrioritizedTest prioritizedTest)
           
 List<Class> getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadedExecutionScheduler

public ThreadedExecutionScheduler(int numThreads)
Method Detail

addTest

public void addTest(PrioritizedTest prioritizedTest)

getResult

public List<Class> getResult()


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.