Uses of Interface
org.junit.jupiter.params.converter.ArgumentConverter
Package
Description
ArgumentConverter
implementations and the corresponding
@ConvertWith
annotation.-
Uses of ArgumentConverter in org.junit.jupiter.params.converter
Modifier and TypeClassDescriptionclass
AnnotationBasedArgumentConverter<A extends Annotation>
AnnotationBasedArgumentConverter
is an abstract base class forArgumentConverter
implementations that also need to consume an annotation in order to perform the conversion.class
DefaultArgumentConverter
is the default implementation of theArgumentConverter
API.class
SimpleArgumentConverter
is an abstract base class forArgumentConverter
implementations that only need to know the target type and do not need access to theParameterContext
to perform the conversion.class
TypedArgumentConverter
is an abstract base class forArgumentConverter
implementations that always convert objects of a given source type into a given target type.