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