Package: matlab.unittest.selectors
Boolean complement of selector
The testing framework constructs a NotSelector
when you denote the complement of a selector with the logical NOT operator (~
). The framework constructs instances of the class, so there is no need to construct this class directly.