com.googlecode.junit.ext
Class JunitExtRunner

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.junit.internal.runners.JUnit4ClassRunner
          extended by com.googlecode.junit.ext.JunitExtRunner
All Implemented Interfaces:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

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


Constructor Summary
JunitExtRunner(java.lang.Class<?> klass)
           
 
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 isPrerequisiteSatisfiedForClass(java.lang.Class<?> klass)
           
 boolean isPrereuisitSatisfied(java.lang.reflect.Method method)
           
 
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

JunitExtRunner

public JunitExtRunner(java.lang.Class<?> klass)
               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.junit.internal.runners.JUnit4ClassRunner

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)

isPrerequisiteSatisfiedForClass

public boolean isPrerequisiteSatisfiedForClass(java.lang.Class<?> klass)