public class JSONDataConverter extends Object implements BaseConverter<List<Map<String,Object>>,List<org.junit.experimental.theories.PotentialAssignment>>
BaseConverter that is responsible for converting the raw JSON data in to auser defined type instanceCOLON, EMPTY_STRING| Constructor and Description |
|---|
JSONDataConverter(Class<?> parameterType,
String paramName)
Construct a new JSONDataConverter
|
| Modifier and Type | Method and Description |
|---|---|
List<org.junit.experimental.theories.PotentialAssignment> |
convert(List<Map<String,Object>> convertFrom)
Convert the raw data into a list of
PotentialAssignment instance
that EasyTest uses to provide the right set of test data to the test method |
Copyright © 2014. All rights reserved.