NUnit.Framework.Constraints.GreaterThanConstraint
Tests whether a value is greater than the value supplied to its constructor
namespace NUnit.Framework.Constraints
{
public class GreaterThanConstraint : ComparisonConstraint
{
public GreaterThanConstraint(object expected);
}
}