Main Content

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.AndSelectorBoolean conjunction of two selectors
matlab.unittest.selectors.HasBaseFolderSelect TestSuite array elements by base folder
matlab.unittest.selectors.HasNameSelect TestSuite array elements by name
matlab.unittest.selectors.HasParameterSelect TestSuite array elements by parameterization
matlab.unittest.selectors.HasProcedureNameSelect TestSuite array elements by procedure name
matlab.unittest.selectors.HasSharedTestFixtureSelect TestSuite array elements by shared test fixture
matlab.unittest.selectors.HasSuperclassSelect TestSuite array elements by test class hierarchy
matlab.unittest.selectors.HasTagSelect TestSuite array elements by test tag
matlab.unittest.selectors.NotSelectorBoolean complement of selector
matlab.unittest.selectors.OrSelectorBoolean disjunction of two selectors

Version History

Introduced in R2014a

See Also