NUnit.Framework.Constraints.NotOperator
Negates the test of the constraint it wraps.
namespace NUnit.Framework.Constraints
{
public class NotOperator : PrefixOperator
{
public NotOperator();
}
}