Uses of Class
org.junit.platform.commons.JUnitException
Packages that use JUnitException
Package
Description
Common APIs and support utilities for the JUnit Platform.
Maintained common support APIs provided by the JUnit Platform.
Internal common utilities for JUnit.
-
Uses of JUnitException in org.junit.platform.commons
Subclasses of JUnitException in org.junit.platform.commonsModifier and TypeClassDescriptionclass
Thrown if a precondition is violated. -
Uses of JUnitException in org.junit.platform.commons.support
Methods in org.junit.platform.commons.support that throw JUnitExceptionModifier and TypeMethodDescriptionReflectionSupport.findNestedClasses
(Class<?> clazz, Predicate<Class<?>> predicate) Find all nested classes within the supplied class, or inherited by the supplied class, that conform to the supplied predicate.ReflectionSupport.streamNestedClasses
(Class<?> clazz, Predicate<Class<?>> predicate) Find all nested classes within the supplied class, or inherited by the supplied class, that conform to the supplied predicate. -
Uses of JUnitException in org.junit.platform.commons.util
Subclasses of JUnitException in org.junit.platform.commons.utilModifier and TypeClassDescriptionclass
Deprecated.Use PreconditionViolationException instead.