Interface MultilineLabelHandle
- All Superinterfaces:
FormComponentHandle
Handle for the "Multi-line label" form component. The Swing widget is a read-only
JTextArea-derived component that displays the configured text.
Reach this handle via ScreenHandle.multilineLabel().
-
Method Summary
Modifier and TypeMethodDescriptionassertText(String expected) Assert that the currently displayed text equals the expected value.getText()The currently displayed text, with variable substitution applied.Methods inherited from interface FormComponentHandle
getId, isEnabled, isVisible
-
Method Details
-
getText
The currently displayed text, with variable substitution applied. -
assertText
Assert that the currently displayed text equals the expected value. -
assertEnabled
- Specified by:
assertEnabledin interfaceFormComponentHandle
-
assertDisabled
- Specified by:
assertDisabledin interfaceFormComponentHandle
-
assertVisible
- Specified by:
assertVisiblein interfaceFormComponentHandle
-
assertInvisible
- Specified by:
assertInvisiblein interfaceFormComponentHandle
-