public class DelegatingPowerMockRunner
extends org.junit.runner.Runner
implements org.powermock.modules.junit4.common.internal.PowerMockJUnitRunnerDelegate, org.junit.runner.manipulation.Filterable
| Constructor and Description |
|---|
DelegatingPowerMockRunner(java.lang.Class<?> klass) |
DelegatingPowerMockRunner(java.lang.Class<?> klass,
java.lang.String[] methodsToRun) |
DelegatingPowerMockRunner(java.lang.Class<?> klass,
java.lang.String[] methodsToRun,
org.powermock.core.spi.PowerMockTestListener[] listeners) |
| Modifier and Type | Method and Description |
|---|---|
void |
filter(org.junit.runner.manipulation.Filter filter) |
org.junit.runner.Description |
getDescription() |
java.lang.Class<?> |
getTestClass() |
int |
getTestCount() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
public DelegatingPowerMockRunner(java.lang.Class<?> klass)
throws java.lang.Throwable
java.lang.Throwablepublic DelegatingPowerMockRunner(java.lang.Class<?> klass,
java.lang.String[] methodsToRun)
throws java.lang.Throwable
java.lang.Throwablepublic DelegatingPowerMockRunner(java.lang.Class<?> klass,
java.lang.String[] methodsToRun,
org.powermock.core.spi.PowerMockTestListener[] listeners)
throws java.lang.Exception
java.lang.Exceptionpublic void run(org.junit.runner.notification.RunNotifier notifier)
run in interface org.powermock.modules.junit4.common.internal.PowerMockJUnitRunnerDelegaterun in class org.junit.runner.Runnerpublic org.junit.runner.Description getDescription()
getDescription in interface org.junit.runner.DescribablegetDescription in interface org.powermock.modules.junit4.common.internal.PowerMockJUnitRunnerDelegategetDescription in class org.junit.runner.Runnerpublic int getTestCount()
getTestCount in interface org.powermock.modules.junit4.common.internal.PowerMockJUnitRunnerDelegatepublic java.lang.Class<?> getTestClass()
getTestClass in interface org.powermock.modules.junit4.common.internal.PowerMockJUnitRunnerDelegatepublic void filter(org.junit.runner.manipulation.Filter filter)
throws org.junit.runner.manipulation.NoTestsRemainException
filter in interface org.junit.runner.manipulation.Filterableorg.junit.runner.manipulation.NoTestsRemainException