NUnit.Framework.Is Members

The members of NUnit.Framework.Is are listed below.

See Also: Inherited members from System.Object

Public Constructors

Is()
Documentation for this section has not yet been entered.

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.

Public Methods

static
AssignableFrom(Type) : NUnit.Framework.Constraints.AssignableFromConstraint
Returns a constraint that tests whether the actual value is assignable from the type supplied as an argument.
static
AssignableFrom<T>() : NUnit.Framework.Constraints.AssignableFromConstraint
Returns a constraint that tests whether the actual value is assignable from the type supplied as an argument.
static
AssignableTo(Type) : NUnit.Framework.Constraints.AssignableToConstraint
Returns a constraint that tests whether the actual value is assignable from the type supplied as an argument.
static
AssignableTo<T>() : NUnit.Framework.Constraints.AssignableToConstraint
Returns a constraint that tests whether the actual value is assignable from the type supplied as an argument.
static
AtLeast(object) : NUnit.Framework.Constraints.GreaterThanOrEqualConstraint
Returns a constraint that tests whether the actual value is greater than or equal to the suppled argument
static
AtMost(object) : NUnit.Framework.Constraints.LessThanOrEqualConstraint
Returns a constraint that tests whether the actual value is less than or equal to the suppled argument
static
EqualTo(object) : NUnit.Framework.Constraints.EqualConstraint
Returns a constraint that tests two items for equality
static
EquivalentTo(IEnumerable) : NUnit.Framework.Constraints.CollectionEquivalentConstraint
Returns a constraint that tests whether the actual value is a collection containing the same elements as the collection supplied as an argument.
static
GreaterThan(object) : NUnit.Framework.Constraints.GreaterThanConstraint
Returns a constraint that tests whether the actual value is greater than the suppled argument
static
GreaterThanOrEqualTo(object) : NUnit.Framework.Constraints.GreaterThanOrEqualConstraint
Returns a constraint that tests whether the actual value is greater than or equal to the suppled argument
static
InRange(IComparable, IComparable) : NUnit.Framework.Constraints.RangeConstraint
Returns a constraint that tests whether the actual value falls within a specified range.
static
InRange<T>(T, T) : NUnit.Framework.Constraints.RangeConstraint<T>
Documentation for this section has not yet been entered.
static
InstanceOf(Type) : NUnit.Framework.Constraints.InstanceOfTypeConstraint
Returns a constraint that tests whether the actual value is of the type supplied as an argument or a derived type.
static
InstanceOf<T>() : NUnit.Framework.Constraints.InstanceOfTypeConstraint
Returns a constraint that tests whether the actual value is of the type supplied as an argument or a derived type.
static
InstanceOfType(Type) : NUnit.Framework.Constraints.InstanceOfTypeConstraint
Returns a constraint that tests whether the actual value is of the type supplied as an argument or a derived type.
static
InstanceOfType<T>() : NUnit.Framework.Constraints.InstanceOfTypeConstraint
Returns a constraint that tests whether the actual value is of the type supplied as an argument or a derived type.
static
LessThan(object) : NUnit.Framework.Constraints.LessThanConstraint
Returns a constraint that tests whether the actual value is less than the suppled argument
static
LessThanOrEqualTo(object) : NUnit.Framework.Constraints.LessThanOrEqualConstraint
Returns a constraint that tests whether the actual value is less than or equal to the suppled argument
static
SameAs(object) : NUnit.Framework.Constraints.SameAsConstraint
Returns a constraint that tests that two references are the same object
static
SamePath(string) : NUnit.Framework.Constraints.SamePathConstraint
Returns a constraint that tests whether the path provided is the same as an expected path after canonicalization.
static
SamePathOrUnder(string) : NUnit.Framework.Constraints.SamePathOrUnderConstraint
Returns a constraint that tests whether the path provided is the same path or under an expected path after canonicalization.
static
StringContaining(string) : NUnit.Framework.Constraints.SubstringConstraint
Returns a constraint that succeeds if the actual value contains the substring supplied as an argument.
static
StringEnding(string) : NUnit.Framework.Constraints.EndsWithConstraint
Returns a constraint that succeeds if the actual value ends with the substring supplied as an argument.
static
StringMatching(string) : NUnit.Framework.Constraints.RegexConstraint
Returns a constraint that succeeds if the actual value matches the regular expression supplied as an argument.
static
StringStarting(string) : NUnit.Framework.Constraints.StartsWithConstraint
Returns a constraint that succeeds if the actual value starts with the substring supplied as an argument.
static
SubPath(string) : NUnit.Framework.Constraints.SubPathConstraint
Documentation for this section has not yet been entered.
static
SubsetOf(IEnumerable) : NUnit.Framework.Constraints.CollectionSubsetConstraint
Returns a constraint that tests whether the actual value is a subset of the collection supplied as an argument.
static
TypeOf(Type) : NUnit.Framework.Constraints.ExactTypeConstraint
Returns a constraint that tests whether the actual value is of the exact type supplied as an argument.
static
TypeOf<T>() : NUnit.Framework.Constraints.ExactTypeConstraint
Returns a constraint that tests whether the actual value is of the exact type supplied as an argument.