org.apache.maven.surefire.junitcore
Class AsynchronousRunner

java.lang.Object
  extended by 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

Constructor Summary
AsynchronousRunner(ExecutorService fService)
          Deprecated.  
 
Method Summary
 void finished()
          Deprecated.  
 void schedule(Runnable childStatement)
          Deprecated.  
 void waitForCompletion()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsynchronousRunner

public AsynchronousRunner(ExecutorService fService)
Deprecated. 
Method Detail

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.