Uses of Class
org.springframework.test.json.JsonPathAssert
Packages that use JsonPathAssert
Package
Description
Testing support for JSON.
AssertJ support for MockMvc.
-
Uses of JsonPathAssert in org.springframework.test.json
Methods in org.springframework.test.json that return JsonPathAssertModifier and TypeMethodDescriptionJsonPathAssert.doesNotHavePath(String path) Verify that the given JSONpathdoes not match.Verify that the given JSONpathmatches.JsonPathAssert.hasPathSatisfying(String path, Consumer<org.assertj.core.api.AssertProvider<JsonPathValueAssert>> valueRequirements) Verify that the given JSONpathis present with a JSON value satisfying the givenvalueRequirements. -
Uses of JsonPathAssert in org.springframework.test.web.servlet.assertj
Methods in org.springframework.test.web.servlet.assertj that return JsonPathAssert