| Modifier and Type | Method and Description |
|---|---|
State |
ToggleTestObject.getState()
Returns the state of the associated object.
|
State |
IToggle.getState()
Returns the state of the associated object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ToggleGUITestObject.clickToState(MouseModifiers modifiers,
State state)
Performs the necessary mouse actions to attain the
desired state for the associated component.
|
void |
IToggleGUI.clickToState(MouseModifiers modifiers,
State state)
Performs the necessary mouse actions to attain the
desired state for the associated component.
|
void |
ToggleGUITestObject.clickToState(State state)
Performs the necessary mouse actions to attain the
desired state for the associated component.
|
void |
IToggleGUI.clickToState(State state)
Performs the necessary mouse actions to attain the
desired state for the associated component.
|
void |
ToggleGUITestObject.dragToState(MouseModifiers modifiers,
State state)
Performs the necessary mouse actions to attain the
desired state for the associated component.
|
void |
IToggleGUI.dragToState(MouseModifiers modifiers,
State state)
Performs the necessary mouse actions to attain the
desired state for the associated component.
|
void |
ToggleGUITestObject.dragToState(State state)
Performs the necessary mouse actions to attain the
desired state for the associated component.
|
void |
IToggleGUI.dragToState(State state)
Performs the necessary mouse actions to attain the
desired state for the associated component.
|
void |
ToggleTestObject.setState(State state)
Sets the state of the associated object.
|
void |
IToggle.setState(State state)
Sets the state of the associated object to the specified
state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SAPGuiToggleTestObject.setSelected(State select)
Check or uncheck the CheckBox control.
|
| Modifier and Type | Method and Description |
|---|---|
State |
WpfToggleTestObject.getState()
Returns the state of the associated object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WpfToggleGUITestObject.clickToState(MouseModifiers modifiers,
State state)
Performs the necessary mouse actions to attain the desired state for the associated component.
|
void |
WpfToggleGUITestObject.clickToState(State state)
Performs the necessary mouse actions to attain the desired state for the associated component.
|
void |
WpfToggleGUITestObject.dragToState(MouseModifiers modifiers,
State state)
Performs the necessary mouse actions to attain the desired state for the associated component.
|
void |
WpfToggleGUITestObject.dragToState(State state)
Performs the necessary mouse actions to attain the desired state for the associated component.
|
void |
WpfToggleTestObject.setState(State state)
Sets the state of the associated object to the specified state.
|
| Modifier and Type | Field and Description |
|---|---|
static State |
RationalTestScriptConstants.INDETERMINATE
Shortcut for an
INDETERMINATE state specification. |
static State |
RationalTestScriptConstants.NOT_SELECTED
Shortcut for a
NOT_SELECTED state specification. |
static State |
RationalTestScriptConstants.SELECTED
Shortcut for a
SELECTED state specification. |
| Modifier and Type | Method and Description |
|---|---|
static State |
State.construct(int state)
Serializes a
State object;
should not be used directly. |
static State |
State.construct(java.lang.String val)
Serializes a
State object from a string |
static State |
State.indeterminate()
Creates an
INDETERMINATE state object. |
static State |
State.notSelected()
Creates a
NOT_SELECTED state object. |
static State |
State.selected()
Creates a
SELECTED state object. |
| Modifier and Type | Method and Description |
|---|---|
State |
ITestDataTreeAttributes.getCheckState()
Returns the
checked State associated with this VP. |
| Modifier and Type | Method and Description |
|---|---|
void |
ITestDataTreeAttributes.setCheckState(State state)
Sets the
checked State associated with this VP. |