Package org.powermock.modules.junit4
Class PowerMockRunner
java.lang.Object
org.junit.runner.Runner
org.powermock.modules.junit4.common.internal.impl.AbstractCommonPowerMockRunner
org.powermock.modules.junit4.PowerMockRunner
- All Implemented Interfaces:
org.junit.runner.Describable
,org.junit.runner.manipulation.Filterable
,org.junit.runner.manipulation.Sortable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Class<? extends PowerMockJUnitRunnerDelegate>
getRunnerDelegateImplClass
(Class<?> klass) void
run
(org.junit.runner.notification.RunNotifier notifier) Clean up some state to avoid OOM issuesMethods inherited from class org.powermock.modules.junit4.common.internal.impl.AbstractCommonPowerMockRunner
filter, getDescription, sort, testCount
-
Constructor Details
-
PowerMockRunner
- Throws:
Exception
-
-
Method Details
-
getRunnerDelegateImplClass
private static Class<? extends PowerMockJUnitRunnerDelegate> getRunnerDelegateImplClass(Class<?> klass) -
run
public void run(org.junit.runner.notification.RunNotifier notifier) Clean up some state to avoid OOM issues- Overrides:
run
in classAbstractCommonPowerMockRunner
-