Package: matlab.unittest.selectors
Boolean disjunction of two selectors
The testing framework constructs an OrSelector
when you denote the disjunction of two selectors with the logical OR operator (|
). The framework constructs instances of the class, so there is no need to construct this class directly.