NUnit.Framework.Constraints.DefaultConstraint
Tests that the actual value is default value for type.
namespace NUnit.Framework.Constraints
{
public class DefaultConstraint : Constraint
{
public DefaultConstraint();
}
}