Uses of Interface
org.powermock.modules.junit4.common.internal.PowerMockJUnitRunnerDelegate
-
Packages that use PowerMockJUnitRunnerDelegate Package Description org.powermock.modules.junit4 org.powermock.modules.junit4.common.internal.impl org.powermock.modules.junit4.internal.impl -
-
Uses of PowerMockJUnitRunnerDelegate in org.powermock.modules.junit4
Methods in org.powermock.modules.junit4 that return types with arguments of type PowerMockJUnitRunnerDelegate Modifier and Type Method Description private static java.lang.Class<? extends PowerMockJUnitRunnerDelegate>
PowerMockRunner. getRunnerDelegateImplClass(java.lang.Class<?> klass)
-
Uses of PowerMockJUnitRunnerDelegate in org.powermock.modules.junit4.common.internal.impl
Fields in org.powermock.modules.junit4.common.internal.impl with type parameters of type PowerMockJUnitRunnerDelegate Modifier and Type Field Description private java.lang.Class<? extends PowerMockJUnitRunnerDelegate>
JUnit4TestSuiteChunkerImpl. runnerDelegateImplementationType
Methods in org.powermock.modules.junit4.common.internal.impl that return PowerMockJUnitRunnerDelegate Modifier and Type Method Description protected PowerMockJUnitRunnerDelegate
JUnit4TestSuiteChunkerImpl. createDelegatorFromClassloader(java.lang.ClassLoader classLoader, java.lang.Class<?> testClass, java.util.List<java.lang.reflect.Method> methodsToTest)
-
Uses of PowerMockJUnitRunnerDelegate in org.powermock.modules.junit4.internal.impl
Classes in org.powermock.modules.junit4.internal.impl that implement PowerMockJUnitRunnerDelegate Modifier and Type Class 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 ofPowerMockJUnit44RunnerDelegateImpl
to enable the usage of rules.class
PowerMockJUnit49RunnerDelegateImpl
Extends the functionality ofPowerMockJUnit47RunnerDelegateImpl
to enable the usage ofTestRule
.
-