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 TypeClassDescriptionclass
AbstractBindingResultAssert<SELF extends AbstractBindingResultAssert<SELF>>
AssertJassertions
that 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 theBindingResult
with the givenname
as the object to test.