Uses of Class
org.springframework.test.json.AbstractJsonValueAssert
Packages that use AbstractJsonValueAssert
-
Uses of AbstractJsonValueAssert in org.springframework.test.json
Classes in org.springframework.test.json with type parameters of type AbstractJsonValueAssertModifier and TypeClassDescriptionclassAbstractJsonValueAssert<SELF extends AbstractJsonValueAssert<SELF>>Base AssertJ assertions that can be applied to a JSON value.Subclasses of AbstractJsonValueAssert in org.springframework.test.jsonModifier and TypeClassDescriptionclassAssertJ assertions that can be applied to a JSON value produced by evaluating a JSON path expression.