The properties of NUnit.Framework.Is are listed below. For a list of all members, see the Is Members list.
See Also: Inherited members from System.Object
| [read-only] static | All | NUnit.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 | BinarySerializable | NUnit.Framework.Constraints.BinarySerializableConstraint. Returns a constraint that tests whether an object graph is serializable in binary format. |
| [read-only] static | Empty | NUnit.Framework.Constraints.EmptyConstraint. Returns a constraint that tests for empty |
| [read-only] static | False | NUnit.Framework.Constraints.FalseConstraint. Returns a constraint that tests for False |
| [read-only] static | NaN | NUnit.Framework.Constraints.NaNConstraint. Returns a constraint that tests for NaN |
| [read-only] static | Negative | NUnit.Framework.Constraints.LessThanConstraint. Documentation for this section has not yet been entered. |
| [read-only] static | Not | NUnit.Framework.Constraints.ConstraintExpression. Returns a ConstraintExpression that negates any following constraint. |
| [read-only] static | Null | NUnit.Framework.Constraints.NullConstraint. Returns a constraint that tests for null |
| [read-only] static | Ordered | NUnit.Framework.Constraints.CollectionOrderedConstraint. Returns a constraint that tests whether a collection is ordered |
| [read-only] static | Positive | NUnit.Framework.Constraints.GreaterThanConstraint. Documentation for this section has not yet been entered. |
| [read-only] static | True | NUnit.Framework.Constraints.TrueConstraint. Returns a constraint that tests for True |
| [read-only] static | Unique | NUnit.Framework.Constraints.UniqueItemsConstraint. Returns a constraint that tests whether a collection contains all unique items. |
| [read-only] static | XmlSerializable | NUnit.Framework.Constraints.XmlSerializableConstraint. Returns a constraint that tests whether an object graph is serializable in xml format. |