The properties of NUnit.Framework.Has are listed below. For a list of all members, see the Has Members list.
See Also: Inherited members from System.Object
| [read-only] static | All | NUnit.Framework.Constraints.ConstraintExpression. Returns a ConstraintExpression, which will apply the following constraint to all members of a collection, succeeding if all of them succeed. |
| [read-only] static | Count | NUnit.Framework.Constraints.ResolvableConstraintExpression. Returns a new ConstraintExpression, which will apply the following constraint to the Count property of the object being tested. |
| [read-only] static | InnerException | NUnit.Framework.Constraints.ResolvableConstraintExpression. Returns a new ConstraintExpression, which will apply the following constraint to the InnerException property of the object being tested. |
| [read-only] static | Length | NUnit.Framework.Constraints.ResolvableConstraintExpression. Returns a new ConstraintExpression, which will apply the following constraint to the Length property of the object being tested. |
| [read-only] static | Message | NUnit.Framework.Constraints.ResolvableConstraintExpression. Returns a new ConstraintExpression, which will apply the following constraint to the Message property of the object being tested. |
| [read-only] static | No | NUnit.Framework.Constraints.ConstraintExpression. Returns a ConstraintExpression that negates any following constraint. |
| [read-only] static | None | NUnit.Framework.Constraints.ConstraintExpression. Returns a ConstraintExpression, which will apply the following constraint to all members of a collection, succeeding if all of them fail. |
| [read-only] static | Some | NUnit.Framework.Constraints.ConstraintExpression. Returns a ConstraintExpression, which will apply the following constraint to all members of a collection, succeeding if at least one of them succeeds. |