Summary of classes in MATLAB Selectors Interface
Use selectors to filter or select elements of a test suite based on their attributes. The matlab.unittest.selectors
package consists of the following selectors.
matlab.unittest.selectors.AndSelector | Boolean conjunction of two selectors |
matlab.unittest.selectors.HasBaseFolder | Selector for TestSuite elements determined by folder |
matlab.unittest.selectors.HasName | Selector for TestSuite elements determined by name |
matlab.unittest.selectors.HasParameter | Selector for TestSuite elements determined by parameterization |
matlab.unittest.selectors.HasProcedureName | Selector for TestSuite elements determined
by procedure name |
matlab.unittest.selectors.HasSharedTestFixture | Selector for TestSuite elements that use shared test fixture |
matlab.unittest.selectors.HasSuperclass | Selector for TestSuite elements determined by test class hierarchy |
matlab.unittest.selectors.HasTag | Selector for TestSuite elements determined by tag |
matlab.unittest.selectors.NotSelector | Boolean complement of selector |
matlab.unittest.selectors.OrSelector | Boolean disjunction of two selectors |