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