Uses of Class
org.junit.jupiter.params.converter.ArgumentConversionException
Packages that use ArgumentConversionException
Package
Description
ArgumentConverter
implementations and the corresponding
@ConvertWith
annotation.-
Uses of ArgumentConversionException in org.junit.jupiter.params.converter
Methods in org.junit.jupiter.params.converter that throw ArgumentConversionExceptionModifier and TypeMethodDescriptionprotected abstract Object
Convert the suppliedsource
object into the suppliedtargetType
, based on metadata in the provided annotation.final Object
AnnotationBasedArgumentConverter.convert
(Object source, ParameterContext context) final Object
AnnotationBasedArgumentConverter.convert
(Object source, FieldContext context) ArgumentConverter.convert
(Object source, ParameterContext context) Convert the suppliedsource
object according to the suppliedcontext
.default Object
ArgumentConverter.convert
(Object source, FieldContext context) Convert the suppliedsource
object according to the suppliedcontext
.final Object
DefaultArgumentConverter.convert
(Object source, FieldContext context) protected abstract Object
Convert the suppliedsource
object into the suppliedtargetType
.final Object
SimpleArgumentConverter.convert
(Object source, ParameterContext context) final Object
SimpleArgumentConverter.convert
(Object source, FieldContext context) final Object
TypedArgumentConverter.convert
(Object source, ParameterContext context) final Object
TypedArgumentConverter.convert
(Object source, FieldContext context) protected abstract T
Convert the suppliedsource
object of typeS
into an object of typeT
.