org.apache.maven.surefire.junitcore
Class AsynchronousRunner
java.lang.Object
org.apache.maven.surefire.junitcore.AsynchronousRunner
- All Implemented Interfaces:
- org.junit.runners.model.RunnerScheduler
Deprecated.
@Deprecated
public class AsynchronousRunner
- extends Object
- implements org.junit.runners.model.RunnerScheduler
Since SUREFIRE 2.18 this class is deprecated.
Please use ParallelComputerBuilder instead.
- Author:
- Kristian Rosenvold
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsynchronousRunner
public AsynchronousRunner(ExecutorService fService)
- Deprecated.
schedule
public void schedule(Runnable childStatement)
- Deprecated.
- Specified by:
schedule in interface org.junit.runners.model.RunnerScheduler
finished
public void finished()
- Deprecated.
- Specified by:
finished in interface org.junit.runners.model.RunnerScheduler
waitForCompletion
public void waitForCompletion()
throws ExecutionException
- Deprecated.
- Throws:
ExecutionException
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.