public abstract class ParallelComputer
extends org.junit.runner.Computer
Computer
and has a shutdown functionality.ParallelComputerBuilder
Constructor and Description |
---|
ParallelComputer() |
Modifier and Type | Method and Description |
---|---|
protected void |
afterRunQuietly() |
Future<Collection<org.junit.runner.Description>> |
scheduleForcedShutdown(int timeout,
TimeUnit unit) |
Future<Collection<org.junit.runner.Description>> |
scheduleShutdown(int timeout,
TimeUnit unit) |
abstract Collection<org.junit.runner.Description> |
shutdown(boolean shutdownNow) |
public abstract Collection<org.junit.runner.Description> shutdown(boolean shutdownNow)
protected final void afterRunQuietly()
public Future<Collection<org.junit.runner.Description>> scheduleShutdown(int timeout, TimeUnit unit)
public Future<Collection<org.junit.runner.Description>> scheduleForcedShutdown(int timeout, TimeUnit unit)
Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.