de.jdemo.junit
Class JDemoSuiteClassRunner

java.lang.Object
  extended by org.junit.runner.Runner
      extended by de.jdemo.junit.JDemoSuiteClassRunner

public class JDemoSuiteClassRunner
extends org.junit.runner.Runner


Constructor Summary
JDemoSuiteClassRunner(java.lang.Class<?> klass)
           
 
Method Summary
static junit.framework.TestListener createAdaptingListener(org.junit.runner.notification.RunNotifier notifier)
           
 org.junit.runner.Description getDescription()
           
 void run(org.junit.runner.notification.RunNotifier notifier)
           
 
Methods inherited from class org.junit.runner.Runner
testCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDemoSuiteClassRunner

public JDemoSuiteClassRunner(java.lang.Class<?> klass)
Method Detail

run

public void run(org.junit.runner.notification.RunNotifier notifier)
Specified by:
run in class org.junit.runner.Runner

createAdaptingListener

public static junit.framework.TestListener createAdaptingListener(org.junit.runner.notification.RunNotifier notifier)

getDescription

public org.junit.runner.Description getDescription()
Specified by:
getDescription in class org.junit.runner.Runner


JDemo homepage: http://www.jdemo.de
Copyright © 2003-2008 Markus Gebhard. All Rights Reserved.