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