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) voidrun(org.junit.runner.notification.RunNotifier notifier) Clean up some state to avoid OOM issuesMethods inherited from class AbstractCommonPowerMockRunner
filter, getDescription, sort, testCount
-
Constructor Details
-
PowerMockRunner
-
-
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:
runin classAbstractCommonPowerMockRunner
-