HttpResponseEditor Constructor (AbstractTestItem) |
Namespace:
Hummingbird.TestFramework.Services
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public HttpResponseEditor(
AbstractTestItem testItem
)
Public Sub New (
testItem As AbstractTestItem
)
public:
HttpResponseEditor(
AbstractTestItem^ testItem
)
new :
testItem : AbstractTestItem -> HttpResponseEditor
Parameters
- testItem
- Type: Hummingbird.TestFramework.AutomationAbstractTestItem
[Missing <param name="testItem"/> documentation for "M:Hummingbird.TestFramework.Services.HttpResponseEditor.#ctor(Hummingbird.TestFramework.Automation.AbstractTestItem)"]
See Also