public class AsynchronousRunner extends Object implements org.junit.runners.model.RunnerScheduler
| Constructor and Description |
|---|
AsynchronousRunner(ExecutorService fService) |
| Modifier and Type | Method and Description |
|---|---|
void |
finished() |
void |
schedule(Runnable childStatement) |
void |
waitForCompletion() |
public AsynchronousRunner(ExecutorService fService)
public void schedule(Runnable childStatement)
schedule in interface org.junit.runners.model.RunnerSchedulerpublic void finished()
finished in interface org.junit.runners.model.RunnerSchedulerpublic void waitForCompletion()
throws ExecutionException
ExecutionExceptionCopyright © 2004–2014 The Apache Software Foundation. All rights reserved.