NUnit.Framework.Constraints.NotConstraint
NotConstraint negates the effect of some other constraint
namespace NUnit.Framework.Constraints
{
public class NotConstraint : PrefixConstraint
{
public NotConstraint(IConstraint baseConstraint);
}
}