Interface PowerMockJUnitRunnerDelegate
-
- All Known Implementing Classes:
DelegatingPowerMockRunner,PowerMockJUnit44RunnerDelegateImpl,PowerMockJUnit47RunnerDelegateImpl,PowerMockJUnit49RunnerDelegateImpl
public interface PowerMockJUnitRunnerDelegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.junit.runner.DescriptiongetDescription()Class<?>getTestClass()intgetTestCount()voidrun(org.junit.runner.notification.RunNotifier notifier)
-
-
-
Method Detail
-
run
void run(org.junit.runner.notification.RunNotifier notifier)
-
getDescription
org.junit.runner.Description getDescription()
-
getTestCount
int getTestCount()
-
getTestClass
Class<?> getTestClass()
-
-