Main Content
matlab.unittest.constraints.IsFalse Class
Namespace: matlab.unittest.constraints
Superclasses: matlab.unittest.constraints.Constraint
Test if value is false
Description
The matlab.unittest.constraints.IsFalse
class provides a constraint to test
if a value is false.
Creation
Description
c = matlab.unittest.constraints.IsFalse
creates a
constraint to test if a value is false. The constraint is satisfied by a logical scalar
value of 0
(false
).
Examples
Version History
Introduced in R2013a
See Also
matlab.unittest.constraints.IsTrue
| verifyFalse
| verifyThat