Summary
Sets the description for the test case
being constructed.
- Namespace
- TCLite
- Containing Type
- TestCaseData
Syntax
public TestCaseData SetDescription(string description)
Parameters
| Name | Type | Description |
|---|---|---|
| description | string | The description. |
Return Value
| Type | Description |
|---|---|
| TestCaseData | The modified TestCaseData instance. |
