Package: matlab.unittest.constraints
Superclasses: matlab.unittest.constraints.BooleanConstraint
Constraint specifying inclusion in given class hierarchy
IsInstanceOf(
provides
a constraint specifying inclusion in a given class hierarchy. The
constraint is satisfied if the actual value instance passes the “isa”
relationship with class
)class
.
|
Class name that the actual value must derive from or be an instance
of to satisfy the constraint, specified as a fully qualified class
name represented by a character vector or a |
|
Class name that the actual value must derive from or be an instance
of to satisfy the constraint. Set this property through the constructor
via the |
Value. To learn how value classes affect copy operations, see Copying Objects.