Summary
Initializes a new instance of the
SameAsConstraint class.
- Namespace
- TCLite
.Constraints - Containing Type
- SameAsConstraint
<TExpected>
Syntax
public SameAsConstraint(TExpected expected)
Parameters
| Name | Type | Description |
|---|---|---|
| expected | TExpected | The expected object. |
Return Value
| Type | Description |
|---|---|
| void |
