Uses of Class
org.junit.jupiter.params.converter.ArgumentConversionException
| Package | Description |
|---|---|
| org.junit.jupiter.params.converter |
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 ArgumentConversionException Modifier and Type Method Description ObjectArgumentConverter. convert(Object source, ParameterContext context)Convert the suppliedsourceobject according to the suppliedcontext.protected abstract ObjectSimpleArgumentConverter. convert(Object source, Class<?> targetType)Convert the suppliedsourceobject into the suppliedtargetType.ObjectSimpleArgumentConverter. convert(Object source, ParameterContext context)ObjectTypedArgumentConverter. convert(Object source, ParameterContext context)protected abstract TTypedArgumentConverter. convert(S source)Convert the suppliedsourceobject of type S into an object of type T.