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 void |
afterRunQuietly() |
protected void |
beforeRunQuietly() |
String |
describeElapsedTimeout() |
abstract Collection<org.junit.runner.Description> |
shutdown(boolean shutdownNow) |
public ParallelComputer(double timeoutInSeconds,
double timeoutForcedInSeconds)
public abstract Collection<org.junit.runner.Description> shutdown(boolean shutdownNow)
protected final void beforeRunQuietly()
protected final void afterRunQuietly()
public String describeElapsedTimeout() throws TestSetFailedException
TestSetFailedExceptionCopyright © 2004–2014 The Apache Software Foundation. All rights reserved.