Package | Description |
---|---|
org.junit.rules |
Modifier and Type | Method and Description |
---|---|
protected void |
Stopwatch.InternalWatcher.skipped(AssumptionViolatedException e,
Description description) |
protected void |
TestWatcher.skipped(AssumptionViolatedException e,
Description description)
Invoked when a test is skipped due to a failed assumption.
|
protected void |
Stopwatch.skipped(long nanos,
AssumptionViolatedException e,
Description description)
Invoked when a test is skipped due to a failed assumption.
|