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. runnerDelegateImplementationTypeMethods in org.powermock.modules.junit4.common.internal.impl that return PowerMockJUnitRunnerDelegate Modifier and Type Method Description protected PowerMockJUnitRunnerDelegateJUnit4TestSuiteChunkerImpl. 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 classDelegatingPowerMockRunnerclassPowerMockJUnit44RunnerDelegateImplA JUnit4 test runner that only runs a specified set of test methods in a test class.classPowerMockJUnit47RunnerDelegateImplExtends the functionality ofPowerMockJUnit44RunnerDelegateImplto enable the usage of rules.classPowerMockJUnit49RunnerDelegateImplExtends the functionality ofPowerMockJUnit47RunnerDelegateImplto enable the usage ofTestRule.
-