Package | Description |
---|---|
org.junit.jupiter.api.extension |
JUnit Jupiter API for writing extensions.
|
org.junit.jupiter.params.aggregator | |
org.junit.jupiter.params.converter |
ArgumentConverter
implementations and the corresponding
@ConvertWith annotation. |
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 |
ArgumentsAggregator.aggregateArguments(ArgumentsAccessor accessor,
ParameterContext context)
Aggregate the arguments contained in the supplied
accessor into a
single object. |
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) |
Copyright © 2022. All rights reserved.