Class ParallelComputer


  • public abstract class ParallelComputer
    extends org.junit.runner.Computer
    ParallelComputer extends JUnit Computer and has a shutdown functionality.
    Since:
    2.16
    Author:
    Tibor Digana (tibor17)
    See Also:
    ParallelComputerBuilder
    • Constructor Detail

      • ParallelComputer

        public ParallelComputer​(double timeoutInSeconds,
                                double timeoutForcedInSeconds)
    • Method Detail

      • describeStopped

        protected abstract ShutdownResult describeStopped​(boolean shutdownNow)
      • shutdownThreadPoolsAwaitingKilled

        protected abstract boolean shutdownThreadPoolsAwaitingKilled()
      • beforeRunQuietly

        protected final void beforeRunQuietly()
      • afterRunQuietly

        protected final boolean afterRunQuietly()