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