Class ArrayConverter.Auto
java.lang.Object
org.tudalgo.algoutils.tutor.general.conversion.ArrayConverter.Auto
- All Implemented Interfaces:
org.junit.jupiter.params.converter.ArgumentConverter
- Enclosing class:
ArrayConverter
public static class ArrayConverter.Auto
extends Object
implements org.junit.jupiter.params.converter.ArgumentConverter
Automatically convert
ArrayNode to any supported parameter type.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Auto
public Auto()
-
-
Method Details
-
convert
public Object convert(Object source, org.junit.jupiter.api.extension.ParameterContext context) throws org.junit.jupiter.params.converter.ArgumentConversionException - Specified by:
convertin interfaceorg.junit.jupiter.params.converter.ArgumentConverter- Throws:
org.junit.jupiter.params.converter.ArgumentConversionException
-