public class DelegatingPowerMockRunner extends org.junit.runner.Runner implements PowerMockJUnitRunnerDelegate, org.junit.runner.manipulation.Filterable
| Constructor and Description |
|---|
DelegatingPowerMockRunner(Class<?> klass) |
DelegatingPowerMockRunner(Class<?> klass,
String[] methodsToRun) |
DelegatingPowerMockRunner(Class<?> klass,
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() |
Class<?> |
getTestClass() |
int |
getTestCount() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
public DelegatingPowerMockRunner(Class<?> klass) throws Throwable
Throwablepublic DelegatingPowerMockRunner(Class<?> klass, String[] methodsToRun) throws Throwable
Throwablepublic void run(org.junit.runner.notification.RunNotifier notifier)
run in interface PowerMockJUnitRunnerDelegaterun in class org.junit.runner.Runnerpublic org.junit.runner.Description getDescription()
getDescription in interface org.junit.runner.DescribablegetDescription in interface PowerMockJUnitRunnerDelegategetDescription in class org.junit.runner.Runnerpublic int getTestCount()
getTestCount in interface PowerMockJUnitRunnerDelegatepublic Class<?> getTestClass()
getTestClass in interface 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.NoTestsRemainExceptionCopyright © 2007–2015. All rights reserved.