ModelResultMatchersDsl
Provide a ModelResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.
Author
Sebastien Deleuze
Since
5.3
Functions
attributeDoesNotExist
Link copied to clipboard
attributeErrorCount
Link copied to clipboard
attributeExists
Link copied to clipboard
attributeHasErrors
Link copied to clipboard
attributeHasFieldErrorCode
Link copied to clipboard
fun attributeHasFieldErrorCode(name: String, fieldName: String, code: String)
Content copied to clipboard
fun attributeHasFieldErrorCode(name: String, fieldName: String, matcher: Matcher<String>)
Content copied to clipboard
attributeHasFieldErrors
Link copied to clipboard
attributeHasNoErrors
Link copied to clipboard
errorCount
Link copied to clipboard
hasNoErrors
Link copied to clipboard