org.jmock.integration.junit4
Class JMockTestMethodRunner
java.lang.Object
org.junit.internal.runners.BeforeAndAfterRunner
org.junit.internal.runners.TestMethodRunner
org.jmock.integration.junit4.JMockTestMethodRunner
public class JMockTestMethodRunner
- extends org.junit.internal.runners.TestMethodRunner
| Methods inherited from class org.junit.internal.runners.TestMethodRunner |
addFailure, run, runUnprotected |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMockTestMethodRunner
public JMockTestMethodRunner(Object test,
Method method,
RunNotifier notifier,
Description description,
Mockery mockery)
executeMethodBody
protected void executeMethodBody()
throws IllegalAccessException,
InvocationTargetException
- Overrides:
executeMethodBody in class org.junit.internal.runners.TestMethodRunner
- Throws:
IllegalAccessException
InvocationTargetException