NUnit.Framework.Is: Property Members

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

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
BinarySerializableNUnit.Framework.Constraints.BinarySerializableConstraint. Returns a constraint that tests whether an object graph is serializable in binary format.
[read-only]
static
EmptyNUnit.Framework.Constraints.EmptyConstraint. Returns a constraint that tests for empty
[read-only]
static
FalseNUnit.Framework.Constraints.FalseConstraint. Returns a constraint that tests for False
[read-only]
static
NaNNUnit.Framework.Constraints.NaNConstraint. Returns a constraint that tests for NaN
[read-only]
static
NegativeNUnit.Framework.Constraints.LessThanConstraint. Documentation for this section has not yet been entered.
[read-only]
static
NotNUnit.Framework.Constraints.ConstraintExpression. Returns a ConstraintExpression that negates any following constraint.
[read-only]
static
NullNUnit.Framework.Constraints.NullConstraint. Returns a constraint that tests for null
[read-only]
static
OrderedNUnit.Framework.Constraints.CollectionOrderedConstraint. Returns a constraint that tests whether a collection is ordered
[read-only]
static
PositiveNUnit.Framework.Constraints.GreaterThanConstraint. Documentation for this section has not yet been entered.
[read-only]
static
TrueNUnit.Framework.Constraints.TrueConstraint. Returns a constraint that tests for True
[read-only]
static
UniqueNUnit.Framework.Constraints.UniqueItemsConstraint. Returns a constraint that tests whether a collection contains all unique items.
[read-only]
static
XmlSerializableNUnit.Framework.Constraints.XmlSerializableConstraint. Returns a constraint that tests whether an object graph is serializable in xml format.