Uses of Class
org.springframework.test.json.JsonPathValueAssert
Packages that use JsonPathValueAssert
-
Uses of JsonPathValueAssert in org.springframework.test.json
Methods in org.springframework.test.json that return JsonPathValueAssertModifier and TypeMethodDescriptionJsonPathAssert.extractingPath
(String path) Verify that the given JSONpath
is present, and extract the JSON value for further assertions.Method parameters in org.springframework.test.json with type arguments of type JsonPathValueAssertModifier and TypeMethodDescriptionJsonPathAssert.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
.