DataStorageReceiveData Method |
Receives a collection of data from data sender, such as
DataDrivenTestCase. Data will be considered as
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public void ReceiveData(
string key,
IEnumerable<Variable> data
)
Public Sub ReceiveData (
key As String,
data As IEnumerable(Of Variable)
)
public:
void ReceiveData(
String^ key,
IEnumerable<Variable^>^ data
)
member ReceiveData :
key : string *
data : IEnumerable<Variable> -> unit
Parameters
- key
- Type: SystemString
The key - name of the test instance - data
- Type: System.Collections.GenericIEnumerableVariable
The data - a list of variables containing Name and its Value
See Also