Uses of Class
org.junit.AssumptionViolatedException
-
Packages that use AssumptionViolatedException Package Description org.junit.rules -
-
Uses of AssumptionViolatedException in org.junit.rules
Methods in org.junit.rules with parameters of type AssumptionViolatedException Modifier and Type Method Description protected void
Stopwatch. skipped(long nanos, AssumptionViolatedException e, Description description)
Invoked when a test is skipped due to a failed assumption.protected void
TestWatcher. skipped(AssumptionViolatedException e, Description description)
Invoked when a test is skipped due to a failed assumption.
-