Summary
Initializes a new instance of the
TestCaseData class.
- Namespace
- TCLite
- Containing Type
- TestCaseData
Syntax
public TestCaseData(object arg1, object arg2)
Parameters
| Name | Type | Description |
|---|---|---|
| arg1 | object | The first argument. |
| arg2 | object | The second argument. |
Return Value
| Type | Description |
|---|---|
| void |
