CollectionItemsEqualConstraint
CollectionItemsEqualConstraint is the abstract base class for all
collection constraints that apply some notion of item equality
as a part of their operation.
Flag the constraint to ignore case and return self.
Flag the constraint to ignore line ending format (\r vs. \n vs. \r\n) and return self.
Flag the constraint to ignore white space and return self.
Get a flag indicating whether the user requested that case be ignored.
Get a flag indicating whether the user requested that line ending format be ignored.
Get a flag indicating whether the user requested that white space be ignored.
Get a flag indicating whether any external comparers are in use.
protected CollectionItemsEqualConstraint()
Construct an empty CollectionConstraint
Construct a CollectionConstraint
Compares two collection members for equality
Return a new CollectionTally for use in making tests
Flag the constraint to use the supplied IComparer object.
Flag the constraint to use the supplied IComparer object.
Flag the constraint to use the supplied Comparison object.
Flag the constraint to use the supplied IEqualityComparer object.
Flag the constraint to use the supplied IEqualityComparer object.
Flag the constraint to use the supplied boolean-returning delegate.
Enables comparing of instance properties.
public CollectionItemsEqualConstraint UsingPropertiesComparer(Func<PropertiesComparerConfigurationUntyped, PropertiesComparerConfigurationUntyped> configure)
Enables comparing of instance properties.