Uses of Class
org.junit.AssumptionViolatedException
Packages that use AssumptionViolatedException | |
---|---|
org.junit.rules |
Uses of AssumptionViolatedException in org.junit.rules |
---|
Methods in org.junit.rules with parameters of type AssumptionViolatedException | |
---|---|
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. |