Uses of Interface
org.junit.jupiter.params.converter.ArgumentConverter
Packages that use ArgumentConverter
Package
Description
ArgumentConverter
implementations and the corresponding
@ConvertWith annotation.-
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.classSimpleArgumentConverteris an abstract base class forArgumentConverterimplementations that only need to know the target type and do not need access to theParameterContextto perform the conversion.classTypedArgumentConverter<S,T>TypedArgumentConverteris an abstract base class forArgumentConverterimplementations that always convert objects of a given source type into a given target type.