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.RunnerScheduler
public void finished()
finished
in interface org.junit.runners.model.RunnerScheduler
public void waitForCompletion() throws ExecutionException
ExecutionException
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.