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) ArgumentConverter.convert(Object source, ParameterContext context) Convert the suppliedsourceobject according to the suppliedcontext.protected abstract ObjectConvert the suppliedsourceobject into the suppliedtargetType.final ObjectSimpleArgumentConverter.convert(Object source, ParameterContext context) final ObjectTypedArgumentConverter.convert(Object source, ParameterContext context) protected abstract TConvert the suppliedsourceobject of typeSinto an object of typeT.