Click or drag to resize

ObjectEditorBase Constructor (AbstractTestItem)

Initializes a new instance of the ObjectEditorBase class.

Namespace:  Hummingbird.TestFramework.Extensibility
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
protected ObjectEditorBase(
	AbstractTestItem testItem
)

Parameters

testItem
Type: Hummingbird.TestFramework.AutomationAbstractTestItem
The test item.
See Also