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 ObjectConvert the suppliedsourceobject into the suppliedtargetType, based on metadata in the provided annotation.final ObjectAnnotationBasedArgumentConverter.convert(Object source, ParameterContext context) final ObjectAnnotationBasedArgumentConverter.convert(Object source, FieldContext context) ArgumentConverter.convert(Object source, ParameterContext context) Convert the suppliedsourceobject according to the suppliedcontext.default ObjectArgumentConverter.convert(Object source, FieldContext context) Convert the suppliedsourceobject according to the suppliedcontext.final ObjectDefaultArgumentConverter.convert(Object source, FieldContext context) protected abstract ObjectConvert the suppliedsourceobject into the suppliedtargetType.final ObjectSimpleArgumentConverter.convert(Object source, ParameterContext context) final ObjectSimpleArgumentConverter.convert(Object source, FieldContext context) final ObjectTypedArgumentConverter.convert(Object source, ParameterContext context) final ObjectTypedArgumentConverter.convert(Object source, FieldContext context) protected abstract TConvert the suppliedsourceobject of typeSinto an object of typeT.