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 suppliedsourceobject 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 suppliedsourceobject according to the suppliedcontext.ArgumentConverter.convert(@Nullable Object source, FieldContext context) Convert the suppliedsourceobject according to the suppliedcontext.DefaultArgumentConverter.convert(@Nullable Object source, FieldContext context) Convert the suppliedsourceobject into the suppliedtargetType.SimpleArgumentConverter.convert(@Nullable Object source, ParameterContext context) SimpleArgumentConverter.convert(@Nullable Object source, FieldContext context) protected abstract TConvert the suppliedsourceobject of typeSinto an object of typeT.TypedArgumentConverter.convert(@Nullable Object source, ParameterContext context) TypedArgumentConverter.convert(@Nullable Object source, FieldContext context)