Uses of Class
ubic.gemma.rest.util.ErrorsAssert
-
Packages that use ErrorsAssert Package Description ubic.gemma.rest.util -
-
Uses of ErrorsAssert in ubic.gemma.rest.util
Methods in ubic.gemma.rest.util that return ErrorsAssert Modifier and Type Method Description static ErrorsAssert
Assertions. assertThat(org.springframework.validation.Errors errors)
ErrorsAssert
ErrorsAssert. hasFieldError(String objectName, String field, String code)
Asserts that the errors object has a field error.ErrorsAssert
ErrorsAssert. hasFieldError(String objectName, String field, String code, Object rejectedValue)
Asserts that the errors object has a field error with a given rejected value.ErrorsAssert
ErrorsAssert. hasGlobalError(String objectName, String code)
Asserts that the errors object has a global error.
-