Summary
Construct an ExactCountConstraint on top of an existing constraint
- Namespace
- TCLite
.Constraints - Containing Type
- ExactCountConstraint
Syntax
public ExactCountConstraint(int expectedCount, IConstraint itemConstraint)
Parameters
| Name | Type | Description |
|---|---|---|
| expectedCount | int | |
| itemConstraint | IConstraint |
Return Value
| Type | Description |
|---|---|
| void |
