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 Common support APIs provided by the JUnit Platform.org.junit.platform.commons.support.conversion Conversion 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 classPreconditionViolationExceptionThrown 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.support.conversion
Subclasses of JUnitException in org.junit.platform.commons.support.conversion Modifier and Type Class Description classConversionExceptionConversionExceptionis 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.util Modifier and Type Class Description classPreconditionViolationExceptionDeprecated.Use PreconditionViolationException instead.Methods in org.junit.platform.commons.util that throw JUnitException Modifier and Type Method Description static java.lang.Class<?>ReflectionUtils. loadRequiredClass(java.lang.String name, java.lang.ClassLoader classLoader)Load a class by its primitive name or fully qualified name, using the suppliedClassLoader.
-