Uses of Interface
org.junit.jupiter.params.converter.ArgumentConverter
Packages that use ArgumentConverter
Package
Description
JUnit Jupiter extension for parameterized tests.
ArgumentConverter
implementations and the corresponding
@ConvertWith
annotation.-
Uses of ArgumentConverter in org.junit.jupiter.params
Fields in org.junit.jupiter.params declared as ArgumentConverterModifier and TypeFieldDescriptionprivate final ArgumentConverter
ParameterizedTestMethodContext.Converter.argumentConverter
Constructors in org.junit.jupiter.params with parameters of type ArgumentConverter -
Uses of ArgumentConverter in org.junit.jupiter.params.converter
Classes in org.junit.jupiter.params.converter that implement ArgumentConverterModifier 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.(package private) class
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.