Class ParallelComputerUtil


  • final class ParallelComputerUtil
    extends java.lang.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:
    ParallelComputerBuilder
    • Field Detail

      • UNUSED_DESCRIPTIONS

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

        private static int availableProcessors
    • Constructor Detail

      • ParallelComputerUtil

        private ParallelComputerUtil()