public static final class PowerMockRunnerDelegate.DefaultJUnitRunner
extends org.junit.runner.Runner
| Constructor and Description |
|---|
DefaultJUnitRunner(java.lang.Class<?> testClass) |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runner.Description |
getDescription() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
public DefaultJUnitRunner(java.lang.Class<?> testClass)
throws java.lang.Throwable
java.lang.Throwablepublic org.junit.runner.Description getDescription()
getDescription in interface org.junit.runner.DescribablegetDescription in class org.junit.runner.Runnerpublic void run(org.junit.runner.notification.RunNotifier notifier)
run in class org.junit.runner.Runner