Package | Description |
---|---|
org.junit.jupiter.params.converter |
ArgumentConverter
implementations and the corresponding
@ConvertWith annotation. |
Modifier and Type | Method and Description |
---|---|
protected abstract java.lang.Object |
SimpleArgumentConverter.convert(java.lang.Object source,
java.lang.Class<?> targetType)
Convert the supplied
source object into to the supplied
targetType . |
java.lang.Object |
JavaTimeArgumentConverter.convert(java.lang.Object input,
java.lang.Class<?> targetClass) |
java.lang.Object |
SimpleArgumentConverter.convert(java.lang.Object source,
ParameterContext context) |
java.lang.Object |
ArgumentConverter.convert(java.lang.Object source,
ParameterContext context)
Convert the supplied
source object according to the supplied
context . |