Uses of Class
org.junit.jupiter.params.converter.ArgumentConversionException
-
Packages that use ArgumentConversionException Package Description org.junit.jupiter.params.converter ArgumentConverter
implementations and their correspondingConvertWith
annotations. -
-
Uses of ArgumentConversionException in org.junit.jupiter.params.converter
Methods in org.junit.jupiter.params.converter that throw ArgumentConversionException Modifier and Type Method Description java.lang.Object
ArgumentConverter. convert(java.lang.Object source, ParameterContext context)
Convert the suppliedsource
object according to the suppliedcontext
.protected abstract java.lang.Object
SimpleArgumentConverter. convert(java.lang.Object source, java.lang.Class<?> targetType)
Convert the suppliedsource
object into to the suppliedtargetType
.java.lang.Object
SimpleArgumentConverter. convert(java.lang.Object source, ParameterContext context)
-