AutomationProjectDeleteItem Method |
Deletes an sub item from the current scope. for Test Case, the item is test Step, For Test Suite, the item is test case, ...
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public override void DeleteItem(
Object item
)
Public Overrides Sub DeleteItem (
item As Object
)
public:
virtual void DeleteItem(
Object^ item
) override
abstract DeleteItem :
item : Object -> unit
override DeleteItem :
item : Object -> unit
Parameters
- item
- Type: SystemObject
The item to be deleted.
See Also