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