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
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. | |