T - this class to chain method callspublic interface FluentLabel<T>
| Modifier and Type | Method and Description |
|---|---|
T |
withLabel(java.lang.String label)
Apply a label that will be displayed as the representation of this object for error message.
|
T |
withLabelHint(java.lang.String... labelHint)
Add a label hint that will be appended to the representation of this object for error message.
|
T withLabel(java.lang.String label)
label - label to useT withLabelHint(java.lang.String... labelHint)
labelHint - label hints to addCopyright © 2018 FluentLenium. All Rights Reserved.