@Deprecated
public class AsynchronousRunner
extends java.lang.Object
implements org.junit.runners.model.RunnerScheduler
ParallelComputerBuilder instead.| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.ExecutorService |
fService
Deprecated.
|
private java.util.List<java.util.concurrent.Future<java.lang.Object>> |
futures
Deprecated.
|
| Constructor and Description |
|---|
AsynchronousRunner(java.util.concurrent.ExecutorService fService)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
finished()
Deprecated.
|
void |
schedule(java.lang.Runnable childStatement)
Deprecated.
|
void |
waitForCompletion()
Deprecated.
|
private final java.util.List<java.util.concurrent.Future<java.lang.Object>> futures
private final java.util.concurrent.ExecutorService fService
public AsynchronousRunner(java.util.concurrent.ExecutorService fService)
public void schedule(java.lang.Runnable childStatement)
schedule in interface org.junit.runners.model.RunnerSchedulerpublic void finished()
finished in interface org.junit.runners.model.RunnerSchedulerpublic void waitForCompletion()
throws java.util.concurrent.ExecutionException
java.util.concurrent.ExecutionException