matlab.unittest.selectors.OrSelector - Logical disjunction of selectors - MATLAB (original) (raw)

Namespace: matlab.unittest.selectors
Superclasses: matlab.unittest.selectors.Selector

Logical disjunction of selectors

expand all in page

Description

When you combine selectors with the logical OR operator (|), the testing framework instantiates the matlab.unittest.selectors.OrSelector class. You cannot create an object of this class directly.

Class Attributes

Sealed true

For information on class attributes, see Class Attributes.

Properties

expand all

Left-side selector in the logical disjunction, returned as a matlab.unittest.selectors.Selector object.

Attributes:

GetAccess public
SetAccess private

Right-side selector in the logical disjunction, returned as a matlab.unittest.selectors.Selector object.

Attributes:

GetAccess public
SetAccess private

Version History

Introduced in R2018a

See Also

matlab.unittest.selectors.AndSelector | matlab.unittest.selectors.NotSelector