ArgumentConversionException
ArgumentConversionException is an exception that can
occur when an object is converted to another object by an implementation
of an org.junit.jupiter.params.converter.ArgumentConverter .
|
ArgumentConverter
ArgumentConverter is an abstraction that allows an input object to
be converted to an instance of a different class.
|
ConvertWith
@ConvertWith is an annotation that allows one to specify an explicit
ArgumentConverter .
|
DefaultArgumentConverter
|
SimpleArgumentConverter
SimpleArgumentConverter is an abstract base class for ArgumentConverter
implementations.
|