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 ArgumentConverterParameterizedTestMethodContext.Converter.argumentConverterConstructors 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 TypeClassDescriptionclassDefaultArgumentConverteris the default implementation of theArgumentConverterAPI.(package private) classclassSimpleArgumentConverteris an abstract base class forArgumentConverterimplementations that only need to know the target type and do not need access to theParameterContextto perform the conversion.classTypedArgumentConverteris an abstract base class forArgumentConverterimplementations that always convert objects of a given source type into a given target type.