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.
Maintained conversion 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.support.conversion
Subclasses of JUnitException in org.junit.platform.commons.support.conversionModifier and TypeClassDescriptionclass
ConversionException
is an exception that can occur when an object is converted to another object. -
Uses of JUnitException in org.junit.platform.commons.util
Subclasses of JUnitException in org.junit.platform.commons.utilModifier and TypeClassDescriptionclass
Deprecated.Use PreconditionViolationException instead.Methods in org.junit.platform.commons.util that throw JUnitExceptionModifier and TypeMethodDescriptionstatic Class
<?> ReflectionUtils.loadRequiredClass
(String name, ClassLoader classLoader) Load a class by its primitive name or fully qualified name, using the suppliedClassLoader
.