| Package | Description |
|---|---|
| org.junit.jupiter.api.extension |
JUnit Jupiter API for writing extensions.
|
| org.junit.jupiter.params.converter |
ArgumentConverter implementations and their
corresponding ConvertWith annotations. |
| Modifier and Type | Method and Description |
|---|---|
Object |
ParameterResolver.resolveParameter(ParameterContext parameterContext,
ExtensionContext extensionContext)
Resolve an argument for the
Parameter in the supplied ParameterContext
for the supplied ExtensionContext. |
boolean |
ParameterResolver.supportsParameter(ParameterContext parameterContext,
ExtensionContext extensionContext)
Determine if this resolver supports resolution of an argument for the
Parameter in the supplied ParameterContext for the supplied
ExtensionContext. |
| Modifier and Type | Method and Description |
|---|---|
Object |
ArgumentConverter.convert(Object source,
ParameterContext context)
Convert the supplied
source object according to the supplied
context. |
Object |
SimpleArgumentConverter.convert(Object source,
ParameterContext context) |