Summary
Applies the constraint to an actual value, of the same type as
the constraint expected value, returning a ConstraintResult.
- Namespace
- TCLite
.Constraints - Containing Type
- Empty
String Constraint
Syntax
protected override ConstraintResult ApplyConstraint<T>(T actual)
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
actual | T | The value to be tested |
Return Value
Type | Description |
---|---|
ConstraintResult | A ConstraintResult |