Main Content

本页翻译不是最新的。点击此处可查看最新英文版本。

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 中推出

另请参阅