Click or drag to resize

AbstractTestItemMoveUp Method

Moves up 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 MoveUp(
	AbstractTestItem testItem
)

Parameters

testItem
Type: Hummingbird.TestFramework.AutomationAbstractTestItem
The test item.
Remarks
This function is used to move up a sub item in the collection. For example, moves up a TestStepBase within the Steps of a TestCase. Or moves up a TestCase within the TestCases of a TestSuite
See Also