junitx.ddtunit.optional.junit4
Class DDTUnit4ClassRunner

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.junit.internal.runners.JUnit4ClassRunner
          extended by junitx.ddtunit.optional.junit4.DDTUnit4ClassRunner
All Implemented Interfaces:
Describable, Filterable, Sortable

public class DDTUnit4ClassRunner
extends org.junit.internal.runners.JUnit4ClassRunner


Constructor Summary
DDTUnit4ClassRunner(Class<? extends junit.framework.TestCase> clazz)
           
 
Method Summary
protected  void invokeTestMethod(Method method, RunNotifier runNotifier)
           
 
Methods inherited from class org.junit.internal.runners.JUnit4ClassRunner
classAnnotations, createTest, filter, getDescription, getName, getTestClass, getTestMethods, methodDescription, run, runMethods, sort, testAnnotations, testName, validate, wrapMethod
 
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

DDTUnit4ClassRunner

public DDTUnit4ClassRunner(Class<? extends junit.framework.TestCase> clazz)
                    throws org.junit.internal.runners.InitializationError
Throws:
org.junit.internal.runners.InitializationError
Method Detail

invokeTestMethod

protected void invokeTestMethod(Method method,
                                RunNotifier runNotifier)
Overrides:
invokeTestMethod in class org.junit.internal.runners.JUnit4ClassRunner


Copyright © 2004-2011. All Rights Reserved.