Main Content

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

matlab.unittest 命名空间

MATLAB 单元测试框架中各种包和类的汇总

说明

matlab.unittest 包包含以下类和包。

matlab.unittest.FunctionTestCase用于进行基于函数的测试的 TestCase
matlab.unittest.Scope测试范围枚举类
matlab.unittest.Test单一测试的设定
matlab.unittest.TestCase所有测试类的超类
matlab.unittest.TestResult运行测试套件的结果
matlab.unittest.TestRunner用于在 matlab.unittest 框架中运行测试的类
matlab.unittest.TestSuite对要运行的测试进行分组的基础接口

命名空间

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

版本历史记录

在 R2013a 中推出