The properties of NUnit.Framework.Constraints.Constraint are listed below. For a list of all members, see the Constraint Members list.
See Also: Inherited members from System.Object
| [read-only] | And | NUnit.Framework.Constraints.ConstraintExpression. Returns a ConstraintExpression by appending And to the current constraint. |
| [read-only] | Or | NUnit.Framework.Constraints.ConstraintExpression. Returns a ConstraintExpression by appending Or to the current constraint. |
| [read-only] | With | NUnit.Framework.Constraints.ConstraintExpression. Returns a ConstraintExpression by appending And to the current constraint. |
| DisplayName | string. The display name of this Constraint for use by ToString(). The default value is the name of the constraint with trailing "Constraint" removed. Derived classes may set this to another name in their constructors. |