Class ParallelComputerUtil

java.lang.Object
org.apache.maven.surefire.junitcore.pc.ParallelComputerUtil

final class ParallelComputerUtil extends Object
An algorithm which configures ParallelComputer with allocated thread resources by given JUnitCoreParameters. The AbstractSurefireMojo has to provide correct combinations of thread-counts and configuration parameter parallel.
Since:
2.16
See Also:
  • Field Details

    • UNUSED_DESCRIPTIONS

      private static final Collection<org.junit.runner.Description> UNUSED_DESCRIPTIONS
    • availableProcessors

      private static int availableProcessors
  • Constructor Details

    • ParallelComputerUtil

      private ParallelComputerUtil()
  • Method Details