org.powermock.modules.junit4.internal.impl
Class PowerMockJUnit44RunnerDelegateImpl.PowerMockJUnit44MethodRunner

java.lang.Object
  extended by org.junit.internal.runners.MethodRoadie
      extended by org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl.PowerMockJUnit44MethodRunner
Direct Known Subclasses:
PowerMockJUnit47RunnerDelegateImpl.PowerMockJUnit47MethodRunner, PowerMockJUnit49RunnerDelegateImpl.PowerMockJUnit49MethodRunner
Enclosing class:
PowerMockJUnit44RunnerDelegateImpl

protected class PowerMockJUnit44RunnerDelegateImpl.PowerMockJUnit44MethodRunner
extends org.junit.internal.runners.MethodRoadie


Field Summary
protected  org.junit.internal.runners.TestMethod testMethod
           
 
Constructor Summary
protected PowerMockJUnit44RunnerDelegateImpl.PowerMockJUnit44MethodRunner(Object testInstance, org.junit.internal.runners.TestMethod method, org.junit.runner.notification.RunNotifier notifier, org.junit.runner.Description description, boolean extendsFromTestCase)
           
 
Method Summary
 void executeTest(Method method, Object testInstance, Runnable test)
           
protected  void handleException(org.junit.internal.runners.TestMethod testMethod, Throwable actualFailure)
           
 void runBeforesThenTestThenAfters(Runnable test)
           
protected  void runTestMethod()
           
 
Methods inherited from class org.junit.internal.runners.MethodRoadie
addFailure, run, runTest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testMethod

protected final org.junit.internal.runners.TestMethod testMethod
Constructor Detail

PowerMockJUnit44RunnerDelegateImpl.PowerMockJUnit44MethodRunner

protected PowerMockJUnit44RunnerDelegateImpl.PowerMockJUnit44MethodRunner(Object testInstance,
                                                                          org.junit.internal.runners.TestMethod method,
                                                                          org.junit.runner.notification.RunNotifier notifier,
                                                                          org.junit.runner.Description description,
                                                                          boolean extendsFromTestCase)
Method Detail

runBeforesThenTestThenAfters

public void runBeforesThenTestThenAfters(Runnable test)
Overrides:
runBeforesThenTestThenAfters in class org.junit.internal.runners.MethodRoadie

executeTest

public void executeTest(Method method,
                        Object testInstance,
                        Runnable test)

runTestMethod

protected void runTestMethod()
Overrides:
runTestMethod in class org.junit.internal.runners.MethodRoadie

handleException

protected void handleException(org.junit.internal.runners.TestMethod testMethod,
                               Throwable actualFailure)


Copyright © 2007-2012. All Rights Reserved.