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