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 ObjectArgumentsAggregator.aggregateArguments(ArgumentsAccessor accessor, FieldContext context) Aggregate the arguments contained in the suppliedaccessorinto a single 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 ObjectAnnotationBasedArgumentConverter.convert(Object source, FieldContext context) default ObjectArgumentConverter.convert(Object source, FieldContext context) Convert the suppliedsourceobject according to the suppliedcontext.final ObjectDefaultArgumentConverter.convert(Object source, FieldContext context) final ObjectSimpleArgumentConverter.convert(Object source, FieldContext context) final ObjectTypedArgumentConverter.convert(Object source, FieldContext context)