The methods of NUnit.Framework.Constraints.CollectionItemsEqualConstraint are listed below. For a list of all members, see the CollectionItemsEqualConstraint Members list.
See Also: Inherited members from NUnit.Framework.Constraints.CollectionConstraint
Using(IComparer)Flag the constraint to use the supplied IComparer object. | ||
Using(IEqualityComparer)Flag the constraint to use the supplied IEqualityComparer object. | ||
Using<T>(IComparer<T>)Flag the constraint to use the supplied IComparer object. | ||
Using<T>(IEqualityComparer<T>)Flag the constraint to use the supplied IEqualityComparer object. | ||
Using<T>(Comparison<T>)Flag the constraint to use the supplied Comparison object. | ||
ItemsEqual(object, object)Compares two collection members for equality | ||
Tally(IEnumerable)Return a new CollectionTally for use in making tests | ||
Tally(IEnumerable)Documentation for this section has not yet been entered. | ||