Generated by
JDiff

Class org.springframework.test.util.JsonPathExpectationsHelper

Removed Methods
void assertValue(Object) Apply the JSONPath and assert the resulting value.
 

Added Methods
void assertValue(String, Object) Apply the JSONPath and assert the resulting value.
void assertValueIsArray(String) Apply the JSONPath and assert the resulting value is an array.
 

Changed Methods
void assertValue(String, <any>) Documentation changed from old to new.
Evaluate the JSONPath and assert the resulting value with the given {@code Matcher}.