Uses of Class
org.junit.jupiter.params.converter.ArgumentConversionException
Package
Description
ArgumentConverter
implementations and the corresponding
@ConvertWith
annotation.-
Uses of ArgumentConversionException in org.junit.jupiter.params.converter
Modifier 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) ArgumentConverter.convert
(Object source, ParameterContext context) Convert the suppliedsource
object according to the suppliedcontext
.protected abstract Object
Convert the suppliedsource
object into the suppliedtargetType
.final Object
SimpleArgumentConverter.convert
(Object source, ParameterContext context) final Object
TypedArgumentConverter.convert
(Object source, ParameterContext context) protected abstract T
Convert the suppliedsource
object of typeS
into an object of typeT
.