public abstract class ParallelComputer
extends org.junit.runner.Computer
Computer
and has a shutdown functionality.ParallelComputerBuilder
Constructor and Description |
---|
ParallelComputer(double timeoutInSeconds,
double timeoutForcedInSeconds) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
afterRunQuietly() |
protected void |
beforeRunQuietly() |
String |
describeElapsedTimeout() |
protected abstract ShutdownResult |
describeStopped(boolean shutdownNow) |
protected abstract boolean |
shutdownThreadPoolsAwaitingKilled() |
public ParallelComputer(double timeoutInSeconds, double timeoutForcedInSeconds)
protected abstract ShutdownResult describeStopped(boolean shutdownNow)
protected abstract boolean shutdownThreadPoolsAwaitingKilled()
protected final void beforeRunQuietly()
protected final boolean afterRunQuietly()
public String describeElapsedTimeout() throws TestSetFailedException
TestSetFailedException
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.