Uses of Class
ubic.gemma.rest.util.ErrorsAssert
Packages that use ErrorsAssert
-
Uses of ErrorsAssert in ubic.gemma.rest.util
Methods in ubic.gemma.rest.util that return ErrorsAssertModifier and TypeMethodDescriptionstatic ErrorsAssertAssertions.assertThat(org.springframework.validation.Errors errors) ErrorsAssert.hasFieldError(String objectName, String field, String code) Asserts that the errors object has a field error.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.hasGlobalError(String objectName, String code) Asserts that the errors object has a global error.