Uses of Class
org.springframework.test.validation.AbstractBindingResultAssert
Packages that use AbstractBindingResultAssert
Package
Description
Testing support for validation.
AssertJ support for MockMvc.
-
Uses of AbstractBindingResultAssert in org.springframework.test.validation
Classes in org.springframework.test.validation with type parameters of type AbstractBindingResultAssertModifier and TypeClassDescriptionclassAbstractBindingResultAssert<SELF extends AbstractBindingResultAssert<SELF>>AssertJassertionsthat can be applied toBindingResult. -
Uses of AbstractBindingResultAssert in org.springframework.test.web.servlet.assertj
Methods in org.springframework.test.web.servlet.assertj that return AbstractBindingResultAssertModifier and TypeMethodDescriptionModelAssert.extractingBindingResult(String name) Return a new assertion object that uses theBindingResultwith the givennameas the object to test.