NUnit.Framework.Is: Method Members

The methods 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 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.