matlab.unittest.constraints.IsAnything class
Package: matlab.unittest.constraints
Superclasses: matlab.unittest.constraints.Constraint
Constraint specifying any value
Construction
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.
Copy Semantics
Value. To learn how value classes affect copy operations, see Copying Objects.