NUnit.Framework.Has: Property Members

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

Public Properties

[read-only]
static
AllNUnit.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
CountNUnit.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
InnerExceptionNUnit.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
LengthNUnit.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
MessageNUnit.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
NoNUnit.Framework.Constraints.ConstraintExpression. Returns a ConstraintExpression that negates any following constraint.
[read-only]
static
NoneNUnit.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
SomeNUnit.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.