Interface KeyValuePairHandle
- All Superinterfaces:
FormComponentHandle
Handle for the "Key value pair label" form component. The principal Swing widget is the value
JLabel, paired with a read-only key leading label.
Reach this handle via ScreenHandle.keyValuePair().
-
Method Summary
Modifier and TypeMethodDescriptionassertValue(String expected) Assert that the value label's text equals the expected value.The text currently shown in the value label.Methods inherited from interface FormComponentHandle
getId, isEnabled, isVisible
-
Method Details
-
getValueText
The text currently shown in the value label. -
assertValue
Assert that the value label's 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
-