NUnit.Framework.Constraints.EachItemConstraintResult
namespace NUnit.Framework.Constraints
{
internal sealed class EachItemConstraintResult : ConstraintResult
{
public EachItemConstraintResult(IConstraint constraint, object actualValue, object nonMatchingItem, int nonMatchingIndex);
}
}