Summary
Apply the item constraint to each item in the collection,
failing if any item fails.
- Namespace
- TCLite
.Constraints - Containing Type
- AllItemsConstraint
Syntax
protected override ConstraintResult ApplyConstraint<TActual>(TActual actual)
Type Parameters
| Name | Description |
|---|---|
| TActual |
Parameters
| Name | Type | Description |
|---|---|---|
| actual | TActual |
Return Value
| Type | Description |
|---|---|
| ConstraintResult |
