Summary
Returns a constraint that succeeds if the actual
value ends with the substring supplied as an argument.
- Namespace
- TCLite
.Constraints - Containing Type
- Does_Syntax
Syntax
public static EndsWithConstraint EndWith(string expected)
Parameters
| Name | Type | Description |
|---|---|---|
| expected | string |
Return Value
| Type | Description |
|---|---|
| EndsWithConstraint |
