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
public class PowerMockRunner extends AbstractCommonPowerMockRunner
-
-
Constructor Summary
Constructors Constructor Description PowerMockRunner(Class<?> klass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(org.junit.runner.notification.RunNotifier notifier)
Clean up some state to avoid OOM issues-
Methods inherited from class org.powermock.modules.junit4.common.internal.impl.AbstractCommonPowerMockRunner
filter, getDescription, sort, testCount
-
-
-
-
Method Detail
-
run
public void run(org.junit.runner.notification.RunNotifier notifier)
Clean up some state to avoid OOM issues- Overrides:
run
in classAbstractCommonPowerMockRunner
-
-