matlab.unittest.selectors.HasName Class
Namespace: matlab.unittest.selectors
Superclasses: matlab.unittest.selectors.Selector
Select TestSuite
array elements by name
Description
The matlab.unittest.selectors.HasName
class provides a selector for
filtering a test suite based on test names.
For a given test file, the name of a test uniquely identifies the smallest runnable portion of the test content. The test name includes the namespace name, filename (excluding the extension), procedure name, and information about parameterization.
Creation
Description
Input Arguments
Properties
Examples
Version History
Introduced in R2014aSee Also
selectIf
| testsuite
| matlab.unittest.TestSuite
| matlab.unittest.Test