matlab.unittest.selectors.NotSelector - Logical negation of selector - MATLAB (original) (raw)
Main Content
Namespace: matlab.unittest.selectors
Superclasses: matlab.unittest.selectors.Selector
Logical negation of selector
Description
When you negate a selector with the logical NOT operator (~
), the testing framework instantiates the matlab.unittest.selectors.NotSelector
class. You cannot create an object of this class directly.
Properties
Version History
Introduced in R2018a