Package: matlab.unittest.constraints
Superclasses: matlab.unittest.constraints.Constraint
Constraint specifying any value
IsAnything
provides
a constraint specifying any value. The constraint is satisfied by
any value. It is the default constraint for selectors that do not
require an input argument.
Value. To learn how value classes affect copy operations, see Copying Objects.