org.apache.maven.surefire.junitcore
Class ConfigurableParallelComputer.SynchronousRunner

java.lang.Object
  extended by org.apache.maven.surefire.junitcore.ConfigurableParallelComputer.SynchronousRunner
All Implemented Interfaces:
org.junit.runners.model.RunnerScheduler
Enclosing class:
ConfigurableParallelComputer

public class ConfigurableParallelComputer.SynchronousRunner
extends java.lang.Object
implements org.junit.runners.model.RunnerScheduler


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

Constructor Detail

ConfigurableParallelComputer.SynchronousRunner

public ConfigurableParallelComputer.SynchronousRunner()
Method Detail

schedule

public void schedule(java.lang.Runnable childStatement)
Specified by:
schedule in interface org.junit.runners.model.RunnerScheduler

finished

public void finished()
Specified by:
finished in interface org.junit.runners.model.RunnerScheduler


Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.