Uses of Class
org.junit.internal.AssumptionViolatedException
-
Packages that use AssumptionViolatedException Package Description org.junit Provides JUnit core classes and annotations.org.junit.experimental.theories org.junit.internal.runners.model org.junit.rules org.junit.runners Provides standardRunnerimplementations. -
-
Uses of AssumptionViolatedException in org.junit
Subclasses of AssumptionViolatedException in org.junit Modifier and Type Class Description classAssumptionViolatedExceptionAn 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 AssumptionViolatedException Constructor Description TestCouldNotBeSkippedException(AssumptionViolatedException cause)Creates 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 AssumptionViolatedException Modifier and Type Field Description private java.util.List<AssumptionViolatedException>Theories.TheoryAnchor. fInvalidParametersMethods in org.junit.experimental.theories with parameters of type AssumptionViolatedException Modifier and Type Method Description protected voidTheories.TheoryAnchor. handleAssumptionViolation(AssumptionViolatedException e) -
Uses of AssumptionViolatedException in org.junit.internal.runners.model
Methods in org.junit.internal.runners.model with parameters of type AssumptionViolatedException Modifier and Type Method Description voidEachTestNotifier. addFailedAssumption(AssumptionViolatedException e) -
Uses of AssumptionViolatedException in org.junit.rules
Methods in org.junit.rules with parameters of type AssumptionViolatedException Modifier and Type Method Description protected voidTestWatcher. skipped(AssumptionViolatedException e, Description description)Deprecated.private voidTestWatcher. skippedQuietly(AssumptionViolatedException e, Description description, java.util.List<java.lang.Throwable> errors) -
Uses of AssumptionViolatedException in org.junit.runners
Fields in org.junit.runners declared as AssumptionViolatedException Modifier and Type Field Description private AssumptionViolatedExceptionParameterized.AssumptionViolationRunner. exceptionConstructors in org.junit.runners with parameters of type AssumptionViolatedException Constructor Description AssumptionViolationRunner(TestClass testClass, java.lang.String methodName, AssumptionViolatedException exception)
-