Class NotOperator
- Namespace
- NUnit.Framework.Constraints
- Assembly
- nunit.framework.dll
Negates the test of the constraint it wraps.
public class NotOperator : PrefixOperator
- Inheritance
-
NotOperator
- Inherited Members
Constructors
NotOperator()
Constructs a new NotOperator
public NotOperator()
Methods
ApplyPrefix(IConstraint)
Returns a NotConstraint applied to its argument.
public override IConstraint ApplyPrefix(IConstraint constraint)
Parameters
constraint
IConstraint