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

NUnit.Framework.Constraints.GreaterThanOrEqualConstraint

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