public class TextReport
extends TestWatcher
| Modifier and Type | Field and Description |
|---|---|
protected SimpleReport |
report |
| Constructor and Description |
|---|
TextReport() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
failed(java.lang.Throwable e,
Description description) |
protected void |
finished(Description description) |
TextReport |
onFailedTest(boolean onFailedTest) |
TextReport |
onSucceededTest(boolean onSucceededTest) |
protected void |
starting(Description description) |
protected void |
succeeded(Description description) |
protected SimpleReport report
public TextReport onFailedTest(boolean onFailedTest)
public TextReport onSucceededTest(boolean onSucceededTest)
protected void starting(Description description)
protected void succeeded(Description description)
protected void failed(java.lang.Throwable e,
Description description)
protected void finished(Description description)