Summary
Sets the expected result for the test
- Namespace
- TCLite
- Containing Type
- TestCaseData
Syntax
public TestCaseData Returns(object result)
Parameters
| Name | Type | Description |
|---|---|---|
| result | object | The expected result |
Return Value
| Type | Description |
|---|---|
| TestCaseData | A modified TestCaseData |
