Enum ConstraintStatus
ConstraintStatus represents the status of a ConstraintResult returned by a Constraint being applied to an actual value.
Namespace: NUnit.Framework.Constraints
Assembly: nunit.framework.dll
Syntax
public enum ConstraintStatus
Fields
| Name | Description |
|---|---|
| Error | An error occurred in applying the constraint (reserved for future use) |
| Failure | The constraint failed |
| Success | The constraint succeeded |
| Unknown | The status has not yet been set |