NUnit.Framework.Constraints.FalseConstraint
FalseConstraint tests that the actual value is false
namespace NUnit.Framework.Constraints
{
public class FalseConstraint : Constraint
{
public FalseConstraint();
}
}