Uses of Class
org.junit.AssumptionViolatedException
Packages that use AssumptionViolatedException
-
Uses of AssumptionViolatedException in org.junit.rules
Methods in org.junit.rules with parameters of type AssumptionViolatedExceptionModifier and TypeMethodDescriptionprotected void
Stopwatch.InternalWatcher.skipped
(AssumptionViolatedException e, Description 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.