matlab.unittest.selectors.NotSelector class
Package: matlab.unittest.selectors
Boolean complement of selector
Description
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.
Properties
Version History
Introduced in R2018a