com.googlecode.junit.ext
Class JunitExtSpringRunner

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.junit.internal.runners.JUnit4ClassRunner
          extended by org.springframework.test.context.junit4.SpringJUnit4ClassRunner
              extended by com.googlecode.junit.ext.JunitExtSpringRunner
All Implemented Interfaces:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

public class JunitExtSpringRunner
extends org.springframework.test.context.junit4.SpringJUnit4ClassRunner


Constructor Summary
JunitExtSpringRunner(java.lang.Class<?> aClass)
           
 
Method Summary
 java.lang.Object createTest(org.junit.runner.notification.RunNotifier notifier, org.junit.runner.Description description)
           
protected  void invokeTestMethod(java.lang.reflect.Method method, org.junit.runner.notification.RunNotifier notifier)
           
 boolean isPrereuisitSatisfied(java.lang.reflect.Method method)
           
 
Methods inherited from class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
createTest, createTestContextManager, getTestContextManager, run
 
Methods inherited from class org.junit.internal.runners.JUnit4ClassRunner
classAnnotations, filter, getDescription, getName, getTestClass, getTestMethods, methodDescription, 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

JunitExtSpringRunner

public JunitExtSpringRunner(java.lang.Class<?> aClass)
                     throws org.junit.internal.runners.InitializationError
Throws:
org.junit.internal.runners.InitializationError
Method Detail

invokeTestMethod

protected void invokeTestMethod(java.lang.reflect.Method method,
                                org.junit.runner.notification.RunNotifier notifier)
Overrides:
invokeTestMethod in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner

isPrereuisitSatisfied

public boolean isPrereuisitSatisfied(java.lang.reflect.Method method)

createTest

public java.lang.Object createTest(org.junit.runner.notification.RunNotifier notifier,
                                   org.junit.runner.Description description)