public class DataAlreadyConvertedConverter extends Object implements BaseConverter<List<Map<String,Object>>,List<org.junit.experimental.theories.PotentialAssignment>>
BaseConverter that is responsible for getting the already converted data and
creating a list of PotentialAssignments that is understood by EasyTest Framework.COLON, EMPTY_STRING| Constructor and Description |
|---|
DataAlreadyConvertedConverter(Class<?> parameterType,
String paramName,
Boolean convertEmptyToNull)
Construct a new DataAlreadyConvertedConverter
|
public DataAlreadyConvertedConverter(Class<?> parameterType, String paramName, Boolean convertEmptyToNull)
parameterType - The type of parameter to convert the raw data toparamName - The name of the parameter that is being convertedconvertEmptyToNull - Whether empty values should be converted to Null values or notCopyright © 2014. All rights reserved.