Uses of Class
org.junit.platform.commons.JUnitException
Package
Description
JUnit Jupiter API for writing extensions.
ArgumentConverter
implementations and the corresponding
@ConvertWith
annotation.ArgumentsProvider
implementations and their corresponding
ArgumentsSource
annotations.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.
Public API for test engines.
Reusable data structures for test engines and their extensions.
-
Uses of JUnitException in org.junit.jupiter.api.extension
Modifier and TypeClassDescriptionclass
Thrown if an error is encountered regarding the configuration of an extension.class
Thrown if an error is encountered regarding the use of anExtensionContext
orExtensionContext.Store
.class
Thrown if an error is encountered in the configuration or execution of aParameterResolver
.class
Thrown if an error is encountered during the execution of aTestInstanceFactory
. -
Uses of JUnitException in org.junit.jupiter.params.aggregator
Modifier and TypeClassDescriptionclass
ArgumentAccessException
is an exception thrown by anArgumentsAccessor
if an error occurs while accessing or converting an argument.class
ArgumentsAggregationException
is an exception thrown by anArgumentsAggregator
when an error occurs while aggregating arguments. -
Uses of JUnitException in org.junit.jupiter.params.converter
Modifier and TypeClassDescriptionclass
ArgumentConversionException
is an exception that can occur when an object is converted to another object by an implementation of anArgumentConverter
. -
Uses of JUnitException in org.junit.jupiter.params.provider
Modifier and TypeClassDescriptionclass
Thrown if an error is encountered while parsing CSV input. -
Uses of JUnitException in org.junit.platform.commons
Modifier and TypeClassDescriptionclass
Thrown if a precondition is violated. -
Uses of JUnitException in org.junit.platform.commons.support
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
Deprecated.Use PreconditionViolationException instead.Modifier and TypeMethodDescriptionstatic Class
<?> ReflectionUtils.loadRequiredClass
(String name, ClassLoader classLoader) Load a class by its primitive name or fully qualified name, using the suppliedClassLoader
. -
Uses of JUnitException in org.junit.platform.engine
-
Uses of JUnitException in org.junit.platform.engine.support.store
Modifier and TypeClassDescriptionclass
Exception thrown by failedNamespacedHierarchicalStore
operations.