Uses of Class
org.springframework.test.validation.AbstractBindingResultAssert
Package
Description
Testing support for validation.
AssertJ support for MockMvc.
-
Uses of AbstractBindingResultAssert in org.springframework.test.validation
Modifier and TypeClassDescriptionclass
AbstractBindingResultAssert<SELF extends AbstractBindingResultAssert<SELF>>
AssertJassertions
that can be applied toBindingResult
. -
Uses of AbstractBindingResultAssert in org.springframework.test.web.servlet.assertj
Modifier and TypeMethodDescriptionModelAssert.extractingBindingResult
(String name) Return a new assertion object that uses theBindingResult
with the givenname
as the object to test.