NUnit.Framework.Constraints.SomeItemsConstraint
public class SomeItemsConstraint : PrefixConstraint, IEnumerableConstraint, IConstraint, IResolveConstraint
public ConstraintResult ApplyToEnumerable<TActual, TItem>(TActual actual, IEnumerable<TItem> enumerable)
public SomeItemsConstraint Using<TActualCollectionElement, TExpected>(Func<TActualCollectionElement, TExpected, bool> comparison)
Flag the constraint to use the supplied Func<T, U, V> object.
Flag the constraint to use the supplied IComparer object.
Flag the constraint to use the supplied IComparer<T> object.
Flag the constraint to use the supplied Comparison<T> object.
Flag the constraint to use the supplied IEqualityComparer object.
Flag the constraint to use the supplied IEqualityComparer<T> object.
Enables comparing of instance properties.
public SomeItemsConstraint UsingPropertiesComparer(Func<PropertiesComparerConfigurationUntyped, PropertiesComparerConfigurationUntyped> configure)
Enables comparing of instance properties.
public SomeItemsConstraint UsingPropertiesComparer<T>(Func<PropertiesComparerConfiguration<T>, PropertiesComparerConfiguration<T>> configure)
Enables comparing of instance properties.