Package: matlab.unittest.constraints
Superclasses: matlab.unittest.constraints.Constraint
Constraint specifying value less than another value
IsLessThan(
creates
a constraint specifying that an actual value is less than another
value. The constraint is satisfied if the actual value array is less
than the specified ceiling value, ceilVal
)ceilVal
. The
actual value is less than ceilVal
only if the result
of the expression actual < ceilVal
is nonempty
and all values are true.
|
Smallest value that fails the constraint. |
|
Smallest value that fails the constraint. Set this property
through the constructor via the |
Value. To learn how value classes affect copy operations, see Copying Objects.
IsGreaterThan
| IsGreaterThanOrEqualTo
| IsLessThanOrEqualTo
| lt