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