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