Class ConfigurableParallelComputer

java.lang.Object
org.junit.runner.Computer
org.apache.maven.surefire.junitcore.ConfigurableParallelComputer

@Deprecated public class ConfigurableParallelComputer extends org.junit.runner.Computer
Deprecated.
Since SUREFIRE 2.18 this class is deprecated. Please use ParallelComputerBuilder instead.
Author:
Kristian Rosenvold
  • Constructor Details

    • ConfigurableParallelComputer

      public ConfigurableParallelComputer()
      Deprecated.
    • ConfigurableParallelComputer

      public ConfigurableParallelComputer(boolean fClasses, boolean fMethods)
      Deprecated.
    • ConfigurableParallelComputer

      public ConfigurableParallelComputer(boolean fClasses, boolean fMethods, Integer numberOfThreads, boolean perCore)
      Deprecated.
  • Method Details

    • close

      public void close() throws ExecutionException
      Deprecated.
      Throws:
      ExecutionException
    • getSuite

      public org.junit.runner.Runner getSuite(org.junit.runners.model.RunnerBuilder builder, Class<?>[] classes) throws org.junit.runners.model.InitializationError
      Deprecated.
      Overrides:
      getSuite in class org.junit.runner.Computer
      Throws:
      org.junit.runners.model.InitializationError
    • getRunner

      protected org.junit.runner.Runner getRunner(org.junit.runners.model.RunnerBuilder builder, Class<?> testClass) throws Throwable
      Deprecated.
      Overrides:
      getRunner in class org.junit.runner.Computer
      Throws:
      Throwable
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object