Uses of Interface
org.powermock.modules.junit4.common.internal.PowerMockJUnitRunnerDelegate
Packages that use PowerMockJUnitRunnerDelegate
Package
Description
-
Uses of PowerMockJUnitRunnerDelegate in org.powermock.modules.junit4
Methods in org.powermock.modules.junit4 that return types with arguments of type PowerMockJUnitRunnerDelegateModifier and TypeMethodDescriptionprivate static Class<? extends PowerMockJUnitRunnerDelegate>
PowerMockRunner.getRunnerDelegateImplClass
(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 PowerMockJUnitRunnerDelegateModifier and TypeFieldDescriptionprivate final Class<? extends PowerMockJUnitRunnerDelegate>
JUnit4TestSuiteChunkerImpl.runnerDelegateImplementationType
Methods in org.powermock.modules.junit4.common.internal.impl that return PowerMockJUnitRunnerDelegateModifier and TypeMethodDescriptionprotected PowerMockJUnitRunnerDelegate
JUnit4TestSuiteChunkerImpl.createDelegatorFromClassloader
(ClassLoader classLoader, Class<?> testClass, List<Method> methodsToTest) -
Uses of PowerMockJUnitRunnerDelegate in org.powermock.modules.junit4.internal.impl
Classes in org.powermock.modules.junit4.internal.impl that implement PowerMockJUnitRunnerDelegateModifier and TypeClassDescriptionclass
class
A JUnit4 test runner that only runs a specified set of test methods in a test class.class
Extends the functionality ofPowerMockJUnit44RunnerDelegateImpl
to enable the usage of rules.class
Extends the functionality ofPowerMockJUnit47RunnerDelegateImpl
to enable the usage ofTestRule
.