matlab.unittest.constraints.IsEmpty class
Package: matlab.unittest.constraints
Superclasses: matlab.unittest.constraints.BooleanConstraint
Constraint specifying empty value
Construction
IsEmpty
provides
a constraint that specifies an empty value. The constraint is satisfied
if the actual value array is empty.
Copy Semantics
Value. To learn how value classes affect copy operations, see Copying Objects.