The members of NUnit.Framework.Has are listed below.
See Also: Inherited members from System.Object
Has() | Documentation for this section has not yet been entered. |
| [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. |
static | Attribute(Type)Returns a new AttributeConstraint checking for the presence of a particular attribute on an object. | |
static | Attribute<T>()Returns a new AttributeConstraint checking for the presence of a particular attribute on an object. | |
static | Exactly(int)Documentation for this section has not yet been entered. | |
static | Member(object)Returns a new CollectionContainsConstraint checking for the presence of a particular object in the collection. | |
static | Property(string)Returns a new PropertyConstraintExpression, which will either test for the existence of the named property on the object being tested or apply any following constraint to that property. | |