Class ThreadedExecutionScheduler

java.lang.Object
org.apache.maven.surefire.api.runorder.ThreadedExecutionScheduler

public class ThreadedExecutionScheduler extends Object
  • Field Details

    • numThreads

      private final int numThreads
    • runTime

      private final int[] runTime
    • lists

      private final List<Class<?>>[] lists
  • Constructor Details

    • ThreadedExecutionScheduler

      public ThreadedExecutionScheduler(int numThreads)
  • Method Details

    • addTest

      public void addTest(PrioritizedTest prioritizedTest)
    • getResult

      public List<Class<?>> getResult()
    • findLeastBusySlot

      private int findLeastBusySlot()