Uses of Class
org.springframework.test.json.JsonPathValueAssert
-
Uses of JsonPathValueAssert in org.springframework.test.json
Modifier and TypeMethodDescriptionAbstractJsonContentAssert.extractingPath
(String path) Verify that the given JSONpath
is present, and extract the JSON value for further assertions.Modifier and TypeMethodDescriptionAbstractJsonContentAssert.hasPathSatisfying
(String path, Consumer<org.assertj.core.api.AssertProvider<JsonPathValueAssert>> valueRequirements) Verify that the given JSONpath
is present with a JSON value satisfying the givenvalueRequirements
.