NUnit.Framework.Constraints.EachItemConstraintResult
Provides a ConstraintResult for the constraints
that are applied to each item in the collection
namespace NUnit.Framework.Constraints
{
internal sealed class EachItemConstraintResult : ConstraintResult
{
public EachItemConstraintResult(IConstraint constraint, object actualValue, object nonMatchingItem, int nonMatchingIndex);
}
}