Class GreaterThanOrEqualConstraint
- Namespace
- NUnit.Framework.Constraints
- Assembly
- nunit.framework.dll
Tests whether a value is greater than or equal to the value supplied to its constructor
public class GreaterThanOrEqualConstraint : ComparisonConstraint, IConstraint, IResolveConstraint
- Inheritance
-
GreaterThanOrEqualConstraint
- Implements
- Inherited Members
Constructors
GreaterThanOrEqualConstraint(object)
Initializes a new instance of the GreaterThanOrEqualConstraint class.
public GreaterThanOrEqualConstraint(object expected)
Parameters
expected
objectThe expected value.