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,
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
Throwable
public DelegatingPowerMockRunner(Class<?> klass, String[] methodsToRun) throws Throwable
Throwable
public DelegatingPowerMockRunner(Class<?> klass, String[] methodsToRun, PowerMockTestListener[] listeners) throws Exception
Exception
public void run(org.junit.runner.notification.RunNotifier notifier)
run
in interface PowerMockJUnitRunnerDelegate
run
in class org.junit.runner.Runner
public org.junit.runner.Description getDescription()
getDescription
in interface org.junit.runner.Describable
getDescription
in interface PowerMockJUnitRunnerDelegate
getDescription
in class org.junit.runner.Runner
public int getTestCount()
getTestCount
in interface PowerMockJUnitRunnerDelegate
public Class<?> getTestClass()
getTestClass
in interface PowerMockJUnitRunnerDelegate
public void filter(org.junit.runner.manipulation.Filter filter) throws org.junit.runner.manipulation.NoTestsRemainException
filter
in interface org.junit.runner.manipulation.Filterable
org.junit.runner.manipulation.NoTestsRemainException
Copyright © 2019. All rights reserved.