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