AbstractTestItemMoveToTop Method |
Moves on top a test item in its parent items collection.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public void MoveToTop(
AbstractTestItem testItem
)
Public Sub MoveToTop (
testItem As AbstractTestItem
)
public:
void MoveToTop(
AbstractTestItem^ testItem
)
member MoveToTop :
testItem : AbstractTestItem -> unit
Parameters
- testItem
- Type: Hummingbird.TestFramework.AutomationAbstractTestItem
The test item.
See Also