Uses of Class
org.junit.platform.commons.JUnitException
Packages that use 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.
Internal common utilities for JUnit.
Public API for test engines.
-
Uses of JUnitException in org.junit.jupiter.api.extension
Subclasses of JUnitException in org.junit.jupiter.api.extensionModifier 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
Subclasses of JUnitException in org.junit.jupiter.params.aggregatorModifier 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
Subclasses of JUnitException in org.junit.jupiter.params.converterModifier 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
Subclasses of JUnitException in org.junit.jupiter.params.providerModifier and TypeClassDescriptionclass
Thrown if an error is encountered while parsing CSV input. -
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 JUnitException -
Uses of JUnitException in org.junit.platform.commons.util
Subclasses of JUnitException in org.junit.platform.commons.utilModifier and TypeClassDescriptionclass
Deprecated.Use PreconditionViolationException instead. -
Uses of JUnitException in org.junit.platform.engine
Methods in org.junit.platform.engine that throw JUnitException