Summary
Construct with a Type and name
- Namespace
- TCLite
- Containing Type
- Test
Case Data Attribute
Syntax
public TestCaseDataAttribute(Type sourceType, string sourceName)
Parameters
| Name | Type | Description |
|---|---|---|
| sourceType | Type | The Type that will provide data |
| sourceName | string | The name of the method, property or field that will provide data |
Return Value
| Type | Description |
|---|---|
| void |
