Uses of Interface
org.junit.jupiter.params.support.FieldContext
Packages that use FieldContext
Package
Description
ArgumentConverter
implementations and the corresponding
@ConvertWith
annotation.-
Uses of FieldContext in org.junit.jupiter.params.aggregator
Methods in org.junit.jupiter.params.aggregator with parameters of type FieldContextModifier and TypeMethodDescriptiondefault @Nullable Object
ArgumentsAggregator.aggregateArguments
(ArgumentsAccessor accessor, FieldContext context) Aggregate the arguments contained in the suppliedaccessor
into a single object.@Nullable Object
SimpleArgumentsAggregator.aggregateArguments
(ArgumentsAccessor accessor, FieldContext context) -
Uses of FieldContext in org.junit.jupiter.params.converter
Methods in org.junit.jupiter.params.converter with parameters of type FieldContextModifier and TypeMethodDescriptionfinal @Nullable Object
AnnotationBasedArgumentConverter.convert
(@Nullable Object source, FieldContext context) default @Nullable Object
ArgumentConverter.convert
(@Nullable Object source, FieldContext context) Convert the suppliedsource
object according to the suppliedcontext
.final @Nullable Object
DefaultArgumentConverter.convert
(@Nullable Object source, FieldContext context) final @Nullable Object
SimpleArgumentConverter.convert
(@Nullable Object source, FieldContext context) final @Nullable Object
TypedArgumentConverter.convert
(@Nullable Object source, FieldContext context)