The members of NUnit.Framework.Is are listed below.
See Also: Inherited members from System.Object
Is() | Documentation for this section has not yet been entered. |
| [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. |
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. | |