Class AsynchronousRunner
- java.lang.Object
-
- org.apache.maven.surefire.junitcore.AsynchronousRunner
-
- All Implemented Interfaces:
org.junit.runners.model.RunnerScheduler
@Deprecated public class AsynchronousRunner extends java.lang.Object implements org.junit.runners.model.RunnerSchedulerDeprecated.Since SUREFIRE 2.18 this class is deprecated. Please useParallelComputerBuilderinstead.
-
-
Constructor Summary
Constructors Constructor Description AsynchronousRunner(java.util.concurrent.ExecutorService fService)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidfinished()Deprecated.voidschedule(java.lang.Runnable childStatement)Deprecated.voidwaitForCompletion()Deprecated.
-
-
-
Method Detail
-
schedule
public void schedule(java.lang.Runnable childStatement)
Deprecated.- Specified by:
schedulein interfaceorg.junit.runners.model.RunnerScheduler
-
finished
public void finished()
Deprecated.- Specified by:
finishedin interfaceorg.junit.runners.model.RunnerScheduler
-
waitForCompletion
public void waitForCompletion() throws java.util.concurrent.ExecutionExceptionDeprecated.- Throws:
java.util.concurrent.ExecutionException
-
-