Uses of Package
org.junit.jupiter.params.converter
Packages that use org.junit.jupiter.params.converter
Package
Description
JUnit Jupiter extension for parameterized tests.
ArgumentConverter
implementations and the corresponding
@ConvertWith annotation.-
Classes in org.junit.jupiter.params.converter used by org.junit.jupiter.paramsClassDescription
ArgumentConverteris an abstraction that allows an input object to be converted to an instance of a different class. -
Classes in org.junit.jupiter.params.converter used by org.junit.jupiter.params.converterClassDescription
ArgumentConversionExceptionis an exception that can occur when an object is converted to another object by an implementation of anArgumentConverter.ArgumentConverteris an abstraction that allows an input object to be converted to an instance of a different class.@ConvertWithis an annotation that allows one to specify an explicitArgumentConverter.DefaultArgumentConverteris the default implementation of theArgumentConverterAPI.@JavaTimeConversionPatternis an annotation that allows a date/time conversion pattern to be specified on a parameter of a@ParameterizedTestmethod.SimpleArgumentConverteris an abstract base class forArgumentConverterimplementations.