NUnit.Framework.Has: Method Members

The methods 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

Public Methods

static
Attribute(Type) : NUnit.Framework.Constraints.ResolvableConstraintExpression
Returns a new AttributeConstraint checking for the presence of a particular attribute on an object.
static
Attribute<T>() : NUnit.Framework.Constraints.ResolvableConstraintExpression
Returns a new AttributeConstraint checking for the presence of a particular attribute on an object.
static
Exactly(int) : NUnit.Framework.Constraints.ConstraintExpression
Documentation for this section has not yet been entered.
static
Member(object) : NUnit.Framework.Constraints.CollectionContainsConstraint
Returns a new CollectionContainsConstraint checking for the presence of a particular object in the collection.
static
Property(string) : NUnit.Framework.Constraints.ResolvableConstraintExpression
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.