matlab.unittest.selectors Namespace
Summary of classes in MATLAB selectors interface
Description
Use selectors to filter or select elements of a test suite based on their
            attributes. The matlab.unittest.selectors namespace consists of the
            following selectors.
Classes
| matlab.unittest.selectors.AndSelector | Logical conjunction of selectors | 
| matlab.unittest.selectors.HasBaseFolder | Select TestSuitearray elements by base folder | 
| matlab.unittest.selectors.HasName | Select TestSuitearray elements by name | 
| matlab.unittest.selectors.HasParameter | Select TestSuitearray elements by parameterization | 
| matlab.unittest.selectors.HasProcedureName | Select TestSuitearray elements by procedure name | 
| matlab.unittest.selectors.HasSharedTestFixture | Select TestSuitearray elements by shared test
      fixture | 
| matlab.unittest.selectors.HasSuperclass | Select TestSuitearray elements by test superclass | 
| matlab.unittest.selectors.HasTag | Select TestSuitearray elements by test tag | 
| matlab.unittest.selectors.NotSelector | Logical negation of selector | 
| matlab.unittest.selectors.OrSelector | Logical disjunction of selectors | 
| matlab.unittest.selectors.Selector | Superclass of all test selector classes | 
Version History
Introduced in R2014a