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 TypeMethodDescriptionAnnotationBasedArgumentConverter.convert
(@Nullable Object source, Class<?> targetType, A annotation) Convert the suppliedsource
object into the suppliedtargetType
, based on metadata in the provided annotation.AnnotationBasedArgumentConverter.convert
(@Nullable Object source, ParameterContext context) AnnotationBasedArgumentConverter.convert
(@Nullable Object source, FieldContext context) ArgumentConverter.convert
(@Nullable Object source, ParameterContext context) Convert the suppliedsource
object according to the suppliedcontext
.ArgumentConverter.convert
(@Nullable Object source, FieldContext context) Convert the suppliedsource
object according to the suppliedcontext
.DefaultArgumentConverter.convert
(@Nullable Object source, FieldContext context) Convert the suppliedsource
object into the suppliedtargetType
.SimpleArgumentConverter.convert
(@Nullable Object source, ParameterContext context) SimpleArgumentConverter.convert
(@Nullable Object source, FieldContext context) protected abstract T
Convert the suppliedsource
object of typeS
into an object of typeT
.TypedArgumentConverter.convert
(@Nullable Object source, ParameterContext context) TypedArgumentConverter.convert
(@Nullable Object source, FieldContext context)