Uses of Class
org.junit.internal.AssumptionViolatedException
Packages that use AssumptionViolatedException
Package
Description
Provides JUnit core classes and annotations.
Provides standard
Runner
implementations.-
Uses of AssumptionViolatedException in org.junit
Subclasses of AssumptionViolatedException in org.junitModifier and TypeClassDescriptionclass
An exception class used to implement assumptions (state in which a given test is meaningful and should or should not be executed).Constructors in org.junit with parameters of type AssumptionViolatedExceptionModifierConstructorDescriptionCreates an instance using the given assumption failure. -
Uses of AssumptionViolatedException in org.junit.experimental.theories
Fields in org.junit.experimental.theories with type parameters of type AssumptionViolatedExceptionModifier and TypeFieldDescriptionprivate List
<AssumptionViolatedException> Theories.TheoryAnchor.fInvalidParameters
Methods in org.junit.experimental.theories with parameters of type AssumptionViolatedExceptionModifier and TypeMethodDescriptionprotected void
Theories.TheoryAnchor.handleAssumptionViolation
(AssumptionViolatedException e) -
Uses of AssumptionViolatedException in org.junit.internal.runners.model
Methods in org.junit.internal.runners.model with parameters of type AssumptionViolatedExceptionModifier and TypeMethodDescriptionvoid
EachTestNotifier.addFailedAssumption
(AssumptionViolatedException e) -
Uses of AssumptionViolatedException in org.junit.rules
Methods in org.junit.rules with parameters of type AssumptionViolatedExceptionModifier and TypeMethodDescriptionprotected void
TestWatcher.skipped
(AssumptionViolatedException e, Description description) Deprecated.private void
TestWatcher.skippedQuietly
(AssumptionViolatedException e, Description description, List<Throwable> errors) -
Uses of AssumptionViolatedException in org.junit.runners
Fields in org.junit.runners declared as AssumptionViolatedExceptionModifier and TypeFieldDescriptionprivate final AssumptionViolatedException
Parameterized.AssumptionViolationRunner.exception
Constructors in org.junit.runners with parameters of type AssumptionViolatedExceptionModifierConstructorDescription(package private)
AssumptionViolationRunner
(TestClass testClass, String methodName, AssumptionViolatedException exception)
TestWatcher.skipped(AssumptionViolatedException, Description)