Class PowerMockJUnit44RunnerDelegateImpl.PowerMockJUnit44MethodRunner
- java.lang.Object
-
- org.junit.internal.runners.MethodRoadie
-
- org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl.PowerMockJUnit44MethodRunner
-
- Direct Known Subclasses:
PowerMockJUnit47RunnerDelegateImpl.PowerMockJUnit47MethodRunner
- Enclosing class:
- PowerMockJUnit44RunnerDelegateImpl
protected class PowerMockJUnit44RunnerDelegateImpl.PowerMockJUnit44MethodRunner extends org.junit.internal.runners.MethodRoadie
-
-
Field Summary
Fields Modifier and Type Field Description protected org.junit.internal.runners.TestMethod
testMethod
-
Constructor Summary
Constructors Modifier Constructor Description protected
PowerMockJUnit44MethodRunner(Object testInstance, org.junit.internal.runners.TestMethod method, org.junit.runner.notification.RunNotifier notifier, org.junit.runner.Description description, boolean extendsFromTestCase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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()
-
-
-
Constructor Detail
-
PowerMockJUnit44MethodRunner
protected 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 classorg.junit.internal.runners.MethodRoadie
-
runTestMethod
protected void runTestMethod()
- Overrides:
runTestMethod
in classorg.junit.internal.runners.MethodRoadie
-
handleException
protected void handleException(org.junit.internal.runners.TestMethod testMethod, Throwable actualFailure)
-
-