Main Content
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 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 superclass |
matlab.unittest.selectors.HasTag | Select TestSuite array elements by test tag |
matlab.unittest.selectors.NotSelector | Logical negation of selector |
matlab.unittest.selectors.OrSelector | Logical disjunction of selectors |
Version History
Introduced in R2014a