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 voidStopwatch.InternalWatcher. skipped(AssumptionViolatedException e, Description description)protected voidStopwatch. skipped(long nanos, AssumptionViolatedException e, Description description)Invoked when a test is skipped due to a failed assumption.protected voidTestWatcher. skipped(AssumptionViolatedException e, Description description)Invoked when a test is skipped due to a failed assumption.
-