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
static | AssignableFrom(Type)Returns a constraint that tests whether the actual value is assignable from the type supplied as an argument. | |
static | AssignableFrom<T>()Returns a constraint that tests whether the actual value is assignable from the type supplied as an argument. | |
static | AssignableTo(Type)Returns a constraint that tests whether the actual value is assignable from the type supplied as an argument. | |
static | AssignableTo<T>()Returns a constraint that tests whether the actual value is assignable from the type supplied as an argument. | |
static | AtLeast(object)Returns a constraint that tests whether the actual value is greater than or equal to the suppled argument | |
static | AtMost(object)Returns a constraint that tests whether the actual value is less than or equal to the suppled argument | |
static | EqualTo(object)Returns a constraint that tests two items for equality | |
static | EquivalentTo(IEnumerable)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)Returns a constraint that tests whether the actual value is greater than the suppled argument | |
static | GreaterThanOrEqualTo(object)Returns a constraint that tests whether the actual value is greater than or equal to the suppled argument | |
static | InRange(IComparable, IComparable)Returns a constraint that tests whether the actual value falls within a specified range. | |
static | InRange<T>(T, T)Documentation for this section has not yet been entered. | |
static | InstanceOf(Type)Returns a constraint that tests whether the actual value is of the type supplied as an argument or a derived type. | |
static | InstanceOf<T>()Returns a constraint that tests whether the actual value is of the type supplied as an argument or a derived type. | |
static | InstanceOfType(Type)Returns a constraint that tests whether the actual value is of the type supplied as an argument or a derived type. | |
static | InstanceOfType<T>()Returns a constraint that tests whether the actual value is of the type supplied as an argument or a derived type. | |
static | LessThan(object)Returns a constraint that tests whether the actual value is less than the suppled argument | |
static | LessThanOrEqualTo(object)Returns a constraint that tests whether the actual value is less than or equal to the suppled argument | |
static | SameAs(object)Returns a constraint that tests that two references are the same object | |
static | SamePath(string)Returns a constraint that tests whether the path provided is the same as an expected path after canonicalization. | |
static | SamePathOrUnder(string)Returns a constraint that tests whether the path provided is the same path or under an expected path after canonicalization. | |
static | StringContaining(string)Returns a constraint that succeeds if the actual value contains the substring supplied as an argument. | |
static | StringEnding(string)Returns a constraint that succeeds if the actual value ends with the substring supplied as an argument. | |
static | StringMatching(string)Returns a constraint that succeeds if the actual value matches the regular expression supplied as an argument. | |
static | StringStarting(string)Returns a constraint that succeeds if the actual value starts with the substring supplied as an argument. | |
static | SubPath(string)Documentation for this section has not yet been entered. | |
static | SubsetOf(IEnumerable)Returns a constraint that tests whether the actual value is a subset of the collection supplied as an argument. | |
static | TypeOf(Type)Returns a constraint that tests whether the actual value is of the exact type supplied as an argument. | |
static | TypeOf<T>()Returns a constraint that tests whether the actual value is of the exact type supplied as an argument. | |