The members of NUnit.Framework.Constraints.CollectionItemsEqualConstraint are listed below.
See Also: Inherited members from NUnit.Framework.Constraints.CollectionConstraint
| Construct an empty CollectionConstraint | ||
| Construct a CollectionConstraint |
| [read-only] | IgnoreCase | CollectionItemsEqualConstraint. Flag the constraint to ignore case and return self. |
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. | ||