matlab.unittest.selectors Package
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
package consists of the following selectors.
Classes
matlab.unittest.selectors.AndSelector | Boolean conjunction of two selectors |
matlab.unittest.selectors.HasBaseFolder | Select TestSuite array elements by base folder |
matlab.unittest.selectors.HasName | Select TestSuite array elements by name |
matlab.unittest.selectors.HasParameter | Select TestSuite array elements by parameterization |
matlab.unittest.selectors.HasProcedureName | Select TestSuite array elements by procedure
name |
matlab.unittest.selectors.HasSharedTestFixture | Select TestSuite array elements by shared test
fixture |
matlab.unittest.selectors.HasSuperclass | Select TestSuite array elements by test class
hierarchy |
matlab.unittest.selectors.HasTag | Select TestSuite array elements by test tag |
matlab.unittest.selectors.NotSelector | Boolean complement of selector |
matlab.unittest.selectors.OrSelector | Boolean disjunction of two selectors |
Version History
Introduced in R2014a