| java.lang.Object | ||
| ↳ | org.junit.runner.Runner | |
| ↳ | org.junit.internal.builders.IgnoredClassRunner | |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Run the tests for this runner.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.junit.runner.Runner
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.junit.runner.Describable
| |||||||||||
Run the tests for this runner.
| notifier | will be notified of events while tests are being run--tests being started, finishing, and failing |
|---|