matlab.unittest.selectors 包
MATLAB 选择器接口中的类摘要
说明
使用选择器基于测试套件元素的属性筛选或选择这些元素。matlab.unittest.selectors
包由下列选择器组成。
类
matlab.unittest.selectors.AndSelector | 两个选择器的布尔与 |
matlab.unittest.selectors.HasBaseFolder | 用于通过文件夹确定的 TestSuite 元素的选择器 |
matlab.unittest.selectors.HasName | 用于通过名称确定的 TestSuite 元素的选择器 |
matlab.unittest.selectors.HasParameter | 用于通过参数化确定的 TestSuite 元素的选择器 |
matlab.unittest.selectors.HasProcedureName | 用于过程名称确定的 TestSuite 元素的选择器 |
matlab.unittest.selectors.HasSharedTestFixture | 用于使用共享测试脚手架的 TestSuite 元素的选择器 |
matlab.unittest.selectors.HasSuperclass | 用于由测试类层次结构确定的 TestSuite 元素的选择器 |
matlab.unittest.selectors.HasTag | 用于通过标记确定的 TestSuite 元素的选择器 |
matlab.unittest.selectors.NotSelector | 选择器的布尔求反 |
matlab.unittest.selectors.OrSelector | 两个选择器的布尔或 |