Toggle navigation
Home
com.vaadin.data.Result<java.lang.String> to com.vaadin.data.ValidationResult
No. of Instances - 9
No. of Commits - 1
No. of Projects - {'framework'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
result.getMessage().get()
to
result.getErrorMessage()
value
to
result.isError()
result.getMessage().get()
to
result.getErrorMessage()
result.getMessage().get()
to
result.getErrorMessage()
Result.ok(value)
to
ValidationResult.ok()
Rename Method invocation
assertEquals
to
assertFalse