matlab.unittest 命名空间
MATLAB 单元测试框架中的类和命名空间的摘要
说明
matlab.unittest
命名空间由以下类和命名空间组成。
类
matlab.unittest.FunctionTestCase | 基于函数的测试的测试用例 |
matlab.unittest.Scope | 测试范围枚举类 |
matlab.unittest.Test | 单一测试的设定 |
matlab.unittest.TestCase | 所有测试类的超类 |
matlab.unittest.TestResult | 运行测试套件的结果 |
matlab.unittest.TestRunner | 用于在单元测试框架中运行测试的类 |
matlab.unittest.TestSuite | 对要运行的测试进行分组的基础接口 |
命名空间
matlab.unittest.constraints | MATLAB 约束接口中的类摘要 |
matlab.unittest.fixtures | MATLAB 套件界面中的类的摘要 |
matlab.unittest.parameters | 与 MATLAB 单元测试参数关联的类的摘要 |
matlab.unittest.plugins | MATLAB 插件界面中类汇总 |
matlab.unittest.qualifications | MATLAB 鉴定接口中的类摘要 |
matlab.unittest.selectors | MATLAB 选择器接口中的类摘要 |
版本历史记录
在 R2013a 中推出