<PackageReference Include="NUnit" Version="4.5.0" />

NUnit.Framework.Constraints.LessThanConstraint

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