Class ParallelComputer
- java.lang.Object
-
- org.junit.runner.Computer
-
- org.apache.maven.surefire.junitcore.pc.ParallelComputer
-
public abstract class ParallelComputer extends org.junit.runner.ComputerParallelComputer extends JUnitComputerand has a shutdown functionality.- Since:
- 2.16
- Author:
- Tibor Digana (tibor17)
- See Also:
ParallelComputerBuilder
-
-
Constructor Summary
Constructors Constructor Description ParallelComputer(double timeoutInSeconds, double timeoutForcedInSeconds)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected booleanafterRunQuietly()protected voidbeforeRunQuietly()java.lang.StringdescribeElapsedTimeout()protected abstract ShutdownResultdescribeStopped(boolean shutdownNow)protected abstract booleanshutdownThreadPoolsAwaitingKilled()
-
-
-
Method Detail
-
describeStopped
protected abstract ShutdownResult describeStopped(boolean shutdownNow)
-
shutdownThreadPoolsAwaitingKilled
protected abstract boolean shutdownThreadPoolsAwaitingKilled()
-
beforeRunQuietly
protected final void beforeRunQuietly()
-
afterRunQuietly
protected final boolean afterRunQuietly()
-
describeElapsedTimeout
public java.lang.String describeElapsedTimeout() throws org.apache.maven.surefire.api.testset.TestSetFailedException- Throws:
org.apache.maven.surefire.api.testset.TestSetFailedException
-
-