A D I J P R S T 
All Classes All Packages

A

add(String, Object, Predicate...) - Method in class io.wcm.caravan.testing.json.JsonFixture
Adds the value to array at the given path.

D

delete(String, Predicate...) - Method in class io.wcm.caravan.testing.json.JsonFixture
Deletes JSON nodes at the given path.

I

init() - Static method in class io.wcm.caravan.testing.json.JsonTestEnvironment
Initializes JSON path to use Jackson mapper.
io.wcm.caravan.testing.json - package io.wcm.caravan.testing.json
JSON testing support.

J

JsonFixture - Class in io.wcm.caravan.testing.json
A wrapper for JSON payload and JSON path operations which create a new JsonFixture object.
JsonFixture(InputStream) - Constructor for class io.wcm.caravan.testing.json.JsonFixture
 
JsonTestEnvironment - Class in io.wcm.caravan.testing.json
Configuration for the test module.
JSONUNIT_CONF - Static variable in class io.wcm.caravan.testing.json.JsonTestEnvironment
JSON unit configuration with non-strict settings.

P

put(String, String, Object, Predicate...) - Method in class io.wcm.caravan.testing.json.JsonFixture
Adds or updates the value for a given key on the given path.

R

read(String, Predicate...) - Method in class io.wcm.caravan.testing.json.JsonFixture
Extracts the JSON node elements at the given path.

S

set(String, Object, Predicate...) - Method in class io.wcm.caravan.testing.json.JsonFixture
Sets a new value at the given path.

T

toJsonNode() - Method in class io.wcm.caravan.testing.json.JsonFixture
 
toString() - Method in class io.wcm.caravan.testing.json.JsonFixture
 
A D I J P R S T 
All Classes All Packages