Click or drag to resize

DataDrivenTestCaseDataStorage Property

Gets or sets the data storage where to save received data;

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public DataStorage DataStorage { get; set; }

Property Value

Type: DataStorage
The data storage.
See Also