JsonParameterSet
A set of test parameters that are stored in a json file.
Constructors
Link copied to clipboard
public void JsonParameterSet(JsonNode rootNode, ObjectMapper objectMapper, Map<String, Function<JsonNode, ? extends Object>> customConverters)
Creates a new JsonParameterSet.
Properties
Functions
Link copied to clipboard
Returns a list of all available keys in the json file.
Link copied to clipboard
Retrieves the value of the given key from the json file and converts it to a boolean.
Link copied to clipboard
Returns the ObjectMapper that is used to convert the json nodes to java objects.
Link copied to clipboard
Returns the root node of the json file.