ObjectEditorBaseTestItem Property |
Gets or sets the test item used for editing the object (mainly for variable token replacement)
Namespace:
Hummingbird.TestFramework.Extensibility
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public AbstractTestItem TestItem { get; set; }
Public Property TestItem As AbstractTestItem
Get
Set
public:
property AbstractTestItem^ TestItem {
AbstractTestItem^ get ();
void set (AbstractTestItem^ value);
}
member TestItem : AbstractTestItem with get, set
Property Value
Type:
AbstractTestItem
The test item can be TestStep, TestCase, TestSuite or AutomationProject
See Also