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.HasBaseFolderSelector for TestSuite elements determined by folder
matlab.unittest.selectors.HasNameSelector for TestSuite elements determined by name
matlab.unittest.selectors.HasParameterSelector for TestSuite elements determined by parameterization
matlab.unittest.selectors.HasProcedureNameSelector for TestSuite elements determined by procedure name
matlab.unittest.selectors.HasSharedTestFixtureSelector for TestSuite elements that use shared test fixture
matlab.unittest.selectors.HasSuperclassSelector for TestSuite elements determined by test class hierarchy
matlab.unittest.selectors.HasTagSelector for TestSuite elements determined by tag
matlab.unittest.selectors.NotSelectorBoolean complement of selector
matlab.unittest.selectors.OrSelectorBoolean disjunction of two selectors

See Also

Introduced in R2014a