Uses of Class
org.junit.platform.commons.JUnitException
-
Packages that use JUnitException Package Description org.junit.platform.commons Common APIs and support utilities for the JUnit Platform.org.junit.platform.commons.support Maintained common support APIs provided by the JUnit Platform.org.junit.platform.commons.util Internal common utilities for JUnit. -
-
Uses of JUnitException in org.junit.platform.commons
Subclasses of JUnitException in org.junit.platform.commons Modifier and Type Class Description class
PreconditionViolationException
Thrown if a precondition is violated. -
Uses of JUnitException in org.junit.platform.commons.support
Methods in org.junit.platform.commons.support that throw JUnitException Modifier and Type Method Description static java.util.List<java.lang.Class<?>>
ReflectionSupport. findNestedClasses(java.lang.Class<?> clazz, java.util.function.Predicate<java.lang.Class<?>> predicate)
Find all nested classes within the supplied class, or inherited by the supplied class, that conform to the supplied predicate.static java.util.stream.Stream<java.lang.Class<?>>
ReflectionSupport. streamNestedClasses(java.lang.Class<?> clazz, java.util.function.Predicate<java.lang.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.util Modifier and Type Class Description class
PreconditionViolationException
Deprecated.Use PreconditionViolationException instead.
-