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.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.HasSharedTestFixture | Selector for TestSuite elements that use shared test fixture |
matlab.unittest.selectors.HasTag | Selector for TestSuite elements determined by tag |