matlab.unittest.constraints.AndConstraint Class
Namespace: matlab.unittest.constraints
Superclasses: matlab.unittest.constraints.Constraint
Logical conjunction of constraints
Description
When you combine constraints with the logical AND operator (&), the
testing framework instantiates the matlab.unittest.constraints.AndConstraint
class. You cannot create an object of this class directly.
Properties
Version History
Introduced in R2013a