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 | 两个选择器的布尔或 |
版本历史记录
在 R2014a 中推出