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