AbstractTestItemMoveDown Method |
Moves down a test item in its parent items collections
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public void MoveDown(
AbstractTestItem testItem
)
Public Sub MoveDown (
testItem As AbstractTestItem
)
public:
void MoveDown(
AbstractTestItem^ testItem
)
member MoveDown :
testItem : AbstractTestItem -> unit
Parameters
- testItem
- Type: Hummingbird.TestFramework.AutomationAbstractTestItem
The test item to move down
See Also