NUnit.Framework.Constraints.NoItemConstraint
NoItemConstraint applies another constraint to each
item in a collection, failing if any of them succeeds.
namespace NUnit.Framework.Constraints
{
public class NoItemConstraint : PrefixConstraint
{
public NoItemConstraint(IConstraint itemConstraint);
}
}