org.databene.contiperf.junit
Class ParallelRunner.ChildRunnable

java.lang.Object
  extended by org.databene.contiperf.junit.ParallelRunner.ChildRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
ParallelRunner

public class ParallelRunner.ChildRunnable
extends Object
implements Runnable


Constructor Summary
ParallelRunner.ChildRunnable(org.junit.runners.model.FrameworkMethod method, org.junit.runner.notification.RunNotifier notifier)
           
 
Method Summary
 void run()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParallelRunner.ChildRunnable

public ParallelRunner.ChildRunnable(org.junit.runners.model.FrameworkMethod method,
                                    org.junit.runner.notification.RunNotifier notifier)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.