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 ErrorsAssertAssertions. assertThat(org.springframework.validation.Errors errors)ErrorsAssertErrorsAssert. hasFieldError(String objectName, String field, String code)Asserts that the errors object has a field error.ErrorsAssertErrorsAssert. hasFieldError(String objectName, String field, String code, Object rejectedValue)Asserts that the errors object has a field error with a given rejected value.ErrorsAssertErrorsAssert. hasGlobalError(String objectName, String code)Asserts that the errors object has a global error.
-