ObjectEditorBase Constructor (AbstractTestItem) |
Namespace:
Hummingbird.TestFramework.Extensibility
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax protected ObjectEditorBase(
AbstractTestItem testItem
)
Protected Sub New (
testItem As AbstractTestItem
)
protected:
ObjectEditorBase(
AbstractTestItem^ testItem
)
new :
testItem : AbstractTestItem -> ObjectEditorBase
Parameters
- testItem
- Type: Hummingbird.TestFramework.AutomationAbstractTestItem
The test item.
See Also