Main Content
matlab.unittest.selectors.HasBaseFolder Class
Namespace: matlab.unittest.selectors
Select TestSuite
array elements by base folder
Description
The matlab.unittest.selectors.HasBaseFolder
class provides a selector for
filtering a test suite based on base folders of tests.
The base folder of a test is the folder that contains the file defining the test. For tests defined in namespaces, the base folder is the parent of the top-level namespace folder.
Creation
Description
Input Arguments
Properties
Examples
Version History
Introduced in R2014a
See Also
selectIf
| testsuite
| matlab.unittest.TestSuite
| matlab.unittest.Test