Uses of Class
org.junit.platform.commons.JUnitException
-
Packages that use JUnitException Package Description org.junit.jupiter.api.extension JUnit Jupiter API for writing extensions.org.junit.jupiter.params.aggregator org.junit.jupiter.params.converter ArgumentConverter
implementations and the corresponding@ConvertWith
annotation.org.junit.jupiter.params.provider ArgumentsProvider
implementations and their correspondingArgumentsSource
annotations.org.junit.platform.commons.util Internal common utilities for JUnit.org.junit.platform.engine Public API for test engines. -
-
Uses of JUnitException in org.junit.jupiter.api.extension
Subclasses of JUnitException in org.junit.jupiter.api.extension Modifier and Type Class Description class
ExtensionConfigurationException
Thrown if an error is encountered regarding the configuration of an extension.class
ExtensionContextException
Thrown if an error is encountered regarding the use of anExtensionContext
orExtensionContext.Store
.class
ParameterResolutionException
Thrown if an error is encountered in the configuration or execution of aParameterResolver
.class
ScriptEvaluationException
Thrown if an error is encountered while evaluating a script-basedExecutionCondition
.class
TestInstantiationException
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.aggregator Modifier and Type Class Description class
ArgumentAccessException
ArgumentAccessException
is an exception thrown by anArgumentsAccessor
if an error occurs while accessing or converting an argument.class
ArgumentsAggregationException
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.converter Modifier and Type Class Description class
ArgumentConversionException
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.provider Modifier and Type Class Description class
CsvParsingException
Thrown if an error is encountered while parsing CSV input. -
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
Thrown if a precondition is violated. -
Uses of JUnitException in org.junit.platform.engine
Methods in org.junit.platform.engine that throw JUnitException Modifier and Type Method Description static UniqueId
UniqueId. parse(String uniqueId)
Parse aUniqueId
from the supplied string representation using the default format.
-