Class SimpleArgumentConverter

java.lang.Object
org.junit.jupiter.params.converter.SimpleArgumentConverter
All Implemented Interfaces:
ArgumentConverter

@API(status=STABLE, since="5.7") public abstract class SimpleArgumentConverter extends Object implements ArgumentConverter
SimpleArgumentConverter is an abstract base class for ArgumentConverter implementations that only need to know the target type and do not need access to the ParameterContext to perform the conversion.
Since:
5.0
See Also:
  • Constructor Details

    • SimpleArgumentConverter

      public SimpleArgumentConverter()
  • Method Details