com.googlecode.junit.ext
Class JunitExtSpringRunner
java.lang.Object
org.junit.runner.Runner
org.junit.internal.runners.JUnit4ClassRunner
org.springframework.test.context.junit4.SpringJUnit4ClassRunner
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
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 |
JunitExtSpringRunner
public JunitExtSpringRunner(java.lang.Class<?> aClass)
throws org.junit.internal.runners.InitializationError
- Throws:
org.junit.internal.runners.InitializationError
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)