class IgnoringRunnerDecorator extends org.junit.runner.Runner implements RunnerDecorator
Contrary to IgnoredClassRunner, this
runner returns a complete description including all children.
| Modifier and Type | Field and Description |
|---|---|
protected org.junit.runner.Runner |
runner |
| Constructor and Description |
|---|
IgnoringRunnerDecorator(org.junit.runner.Runner runner) |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runner.Runner |
getDecoratedRunner() |
org.junit.runner.Description |
getDescription() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
public 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.Runnerpublic org.junit.runner.Runner getDecoratedRunner()
getDecoratedRunner in interface RunnerDecorator