Package | Description |
---|---|
org.junit.jupiter.params.converter |
ArgumentConverter
implementations and the corresponding
@ConvertWith annotation. |
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) |
Copyright © 2021. All rights reserved.