Package | Description |
---|---|
org.powermock.modules.junit4.common.internal.impl | |
org.powermock.modules.junit4.internal.impl |
Modifier and Type | Method and Description |
---|---|
protected PowerMockJUnitRunnerDelegate |
JUnit4TestSuiteChunkerImpl.createDelegatorFromClassloader(ClassLoader classLoader,
Class<?> testClass,
List<Method> methodsToTest) |
Constructor and Description |
---|
AbstractCommonPowerMockRunner(Class<?> klass,
Class<? extends PowerMockJUnitRunnerDelegate> runnerDelegateImplClass) |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingPowerMockRunner |
class |
PowerMockJUnit44RunnerDelegateImpl
A JUnit4 test runner that only runs a specified set of test methods in a test
class.
|
class |
PowerMockJUnit47RunnerDelegateImpl
Extends the functionality of
PowerMockJUnit44RunnerDelegateImpl to
enable the usage of rules. |
class |
PowerMockJUnit49RunnerDelegateImpl
Extends the functionality of
PowerMockJUnit47RunnerDelegateImpl to enable the usage of
TestRule . |
Copyright © 2019. All rights reserved.