Summary
Creates a
DataReceivedEventArgs
instance with the given test data.
- Namespace
- NBuildKit
.MsBuild .Tasks .Tests - Containing Type
- TaskTest
Syntax
public static DataReceivedEventArgs CreateDataReceivedEventArgs(string testData)
Parameters
Name | Type | Description |
---|---|---|
testData | string | The test data. |
Return Value
Type | Description |
---|---|
Data |
A new instance of the DataReceivedEventArgs class. |