Uses of Interface
org.junit.jupiter.api.extension.ParameterContext
Package
Description
JUnit Jupiter API for writing extensions.
JUnit Jupiter API support for writing extensions.
ArgumentConverter
implementations and the corresponding
@ConvertWith
annotation.-
Uses of ParameterContext in org.junit.jupiter.api.extension
Modifier and TypeMethodDescriptionParameterResolver.resolveParameter(ParameterContext parameterContext, ExtensionContext extensionContext)
Resolve an argument for theParameter
in the suppliedParameterContext
for the suppliedExtensionContext
.boolean
ParameterResolver.supportsParameter(ParameterContext parameterContext, ExtensionContext extensionContext)
Determine if this resolver supports resolution of an argument for theParameter
in the suppliedParameterContext
for the suppliedExtensionContext
. -
Uses of ParameterContext in org.junit.jupiter.api.extension.support
Modifier and TypeMethodDescriptionabstract T
TypeBasedParameterResolver.resolveParameter(ParameterContext parameterContext, ExtensionContext extensionContext)
boolean
TypeBasedParameterResolver.supportsParameter(ParameterContext parameterContext, ExtensionContext extensionContext)
-
Uses of ParameterContext in org.junit.jupiter.params.aggregator
Modifier and TypeMethodDescriptionArgumentsAggregator.aggregateArguments(ArgumentsAccessor accessor, ParameterContext context)
Aggregate the arguments contained in the suppliedaccessor
into a single object. -
Uses of ParameterContext in org.junit.jupiter.params.converter
Modifier and TypeMethodDescriptionArgumentConverter.convert(Object source, ParameterContext context)
Convert the suppliedsource
object according to the suppliedcontext
.SimpleArgumentConverter.convert(Object source, ParameterContext context)
TypedArgumentConverter.convert(Object source, ParameterContext context)