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
| [read-only] | All | ConstraintExpression. Returns a ConstraintExpression, which will apply the following constraint to all members of a collection, succeeding if all of them succeed. |
| [read-only] | BinarySerializable | BinarySerializableConstraint. Returns a constraint that tests whether an object graph is serializable in binary format. |
| [read-only] | Count | ResolvableConstraintExpression. Returns a new ConstraintExpression, which will apply the following constraint to the Count property of the object being tested. |
| [read-only] | Empty | EmptyConstraint. Returns a constraint that tests for empty |
| [read-only] | False | FalseConstraint. Returns a constraint that tests for False |
| [read-only] | InnerException | ResolvableConstraintExpression. Returns a new ConstraintExpression, which will apply the following constraint to the InnerException property of the object being tested. |
| [read-only] | Length | ResolvableConstraintExpression. Returns a new ConstraintExpression, which will apply the following constraint to the Length property of the object being tested. |
| [read-only] | Message | ResolvableConstraintExpression. Returns a new ConstraintExpression, which will apply the following constraint to the Message property of the object being tested. |
| [read-only] | NaN | NaNConstraint. Returns a constraint that tests for NaN |
| [read-only] | Negative | LessThanConstraint. Documentation for this section has not yet been entered. |
| [read-only] | No | ConstraintExpression. Returns a ConstraintExpression that negates any following constraint. |
| [read-only] | None | ConstraintExpression. Returns a ConstraintExpression, which will apply the following constraint to all members of a collection, succeeding if all of them fail. |
| [read-only] | Not | ConstraintExpression. Returns a ConstraintExpression that negates any following constraint. |
| [read-only] | Null | NullConstraint. Returns a constraint that tests for null |
| [read-only] | Ordered | CollectionOrderedConstraint. Returns a constraint that tests whether a collection is ordered |
| [read-only] | Positive | GreaterThanConstraint. Documentation for this section has not yet been entered. |
| [read-only] | Some | ConstraintExpression. 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] | True | TrueConstraint. Returns a constraint that tests for True |
| [read-only] | Unique | UniqueItemsConstraint. Returns a constraint that tests whether a collection contains all unique items. |
| [read-only] | XmlSerializable | XmlSerializableConstraint. Returns a constraint that tests whether an object graph is serializable in xml format. |