Main Content

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.constraintsMATLAB 约束接口中的类摘要
matlab.unittest.fixturesMATLAB 套件界面中的类的摘要
matlab.unittest.parametersMATLAB 单元测试参数关联的类的摘要
matlab.unittest.pluginsMATLAB 插件界面中类汇总
matlab.unittest.qualificationsMATLAB 鉴定接口中的类摘要
matlab.unittest.selectorsMATLAB 选择器接口中的类摘要

版本历史记录

在 R2013a 中推出