NUnit.Framework.Constraints.ConstraintFactory: Property Members

The properties of NUnit.Framework.Constraints.ConstraintFactory are listed below. For a list of all members, see the ConstraintFactory Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
AllConstraintExpression. Returns a ConstraintExpression, which will apply the following constraint to all members of a collection, succeeding if all of them succeed.
[read-only]
BinarySerializableBinarySerializableConstraint. Returns a constraint that tests whether an object graph is serializable in binary format.
[read-only]
CountResolvableConstraintExpression. Returns a new ConstraintExpression, which will apply the following constraint to the Count property of the object being tested.
[read-only]
EmptyEmptyConstraint. Returns a constraint that tests for empty
[read-only]
FalseFalseConstraint. Returns a constraint that tests for False
[read-only]
InnerExceptionResolvableConstraintExpression. Returns a new ConstraintExpression, which will apply the following constraint to the InnerException property of the object being tested.
[read-only]
LengthResolvableConstraintExpression. Returns a new ConstraintExpression, which will apply the following constraint to the Length property of the object being tested.
[read-only]
MessageResolvableConstraintExpression. Returns a new ConstraintExpression, which will apply the following constraint to the Message property of the object being tested.
[read-only]
NaNNaNConstraint. Returns a constraint that tests for NaN
[read-only]
NegativeLessThanConstraint. Documentation for this section has not yet been entered.
[read-only]
NoConstraintExpression. Returns a ConstraintExpression that negates any following constraint.
[read-only]
NoneConstraintExpression. Returns a ConstraintExpression, which will apply the following constraint to all members of a collection, succeeding if all of them fail.
[read-only]
NotConstraintExpression. Returns a ConstraintExpression that negates any following constraint.
[read-only]
NullNullConstraint. Returns a constraint that tests for null
[read-only]
OrderedCollectionOrderedConstraint. Returns a constraint that tests whether a collection is ordered
[read-only]
PositiveGreaterThanConstraint. Documentation for this section has not yet been entered.
[read-only]
SomeConstraintExpression. Returns a ConstraintExpression, which will apply the following constraint to all members of a collection, succeeding if at least one of them succeeds.
[read-only]
TrueTrueConstraint. Returns a constraint that tests for True
[read-only]
UniqueUniqueItemsConstraint. Returns a constraint that tests whether a collection contains all unique items.
[read-only]
XmlSerializableXmlSerializableConstraint. Returns a constraint that tests whether an object graph is serializable in xml format.