Package | Description |
---|---|
org.junit.jupiter.params.converter |
ArgumentConverter implementations and their
corresponding ConvertWith annotations. |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
ArgumentConverter.convert(java.lang.Object source,
ParameterContext context) |
Convert the supplied
source object according to the supplied
context . |
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 |
SimpleArgumentConverter.convert(java.lang.Object source,
ParameterContext context) |