Package: matlab.unittest.constraints
Superclasses: matlab.unittest.constraints.BooleanConstraint
Constraint specifying handle instance same as another
IsSameHandle(
provides
a constraint specifying a handle instance or group of instances is
same as another.h
)
The constraint is satisfied only if each element of the actual
value is the same instance as each corresponding element of h
.
|
|
Value. To learn how value classes affect copy operations, see Copying Objects.