Package: matlab.unittest.constraints
Superclasses: matlab.unittest.constraints.BooleanConstraint
Constraint specifying class type
IsOfClass(
provides
a constraint specifying the class type. The constraint is satisfied
if the actual value is the same class as class
)class
.
The constraint is not satisfied if the actual value derives from class
.
|
Class name that must be matched by the actual value to satisfy
the constraint, specified as a fully qualified class name represented
by a character vector or a |
|
Class name that must be matched by the actual value to satisfy
the constraint. Set this property through the constructor via the |
Value. To learn how value classes affect copy operations, see Copying Objects.