org.jmock.integration.junit4
Class JMockTestMethodRunner

java.lang.Object
  extended by org.junit.internal.runners.BeforeAndAfterRunner
      extended by org.junit.internal.runners.TestMethodRunner
          extended by org.jmock.integration.junit4.JMockTestMethodRunner

public class JMockTestMethodRunner
extends org.junit.internal.runners.TestMethodRunner


Constructor Summary
JMockTestMethodRunner(Object test, Method method, RunNotifier notifier, Description description, Mockery mockery)
           
 
Method Summary
protected  void executeMethodBody()
           
 
Methods inherited from class org.junit.internal.runners.TestMethodRunner
addFailure, run, runUnprotected
 
Methods inherited from class org.junit.internal.runners.BeforeAndAfterRunner
runProtected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMockTestMethodRunner

public JMockTestMethodRunner(Object test,
                             Method method,
                             RunNotifier notifier,
                             Description description,
                             Mockery mockery)
Method Detail

executeMethodBody

protected void executeMethodBody()
                          throws IllegalAccessException,
                                 InvocationTargetException
Overrides:
executeMethodBody in class org.junit.internal.runners.TestMethodRunner
Throws:
IllegalAccessException
InvocationTargetException