matlab.unittest.fixtures 包
MATLAB 套件界面中的类的摘要
说明
套件可简化每次创建时设置和清除代码的操作。matlab.unittest.fixtures
程序包中含有以下自定义 MATLAB® 套件。
类
matlab.unittest.fixtures.CurrentFolderFixture | 用于更改当前文件夹的脚手架 |
matlab.unittest.fixtures.EnvironmentVariableFixture | Fixture for setting environment variable |
matlab.unittest.fixtures.Fixture | 测试脚手架的接口类 |
matlab.unittest.fixtures.PathFixture | 用于将文件夹添加到 MATLAB 路径的脚手架 |
matlab.unittest.fixtures.ProjectFixture | 用于加载工程的脚手架 |
matlab.unittest.fixtures.SuppressedWarningsFixture | 用于隐藏警告显示的脚手架 |
matlab.unittest.fixtures.TemporaryFolderFixture | 用于创建临时文件夹的脚手架 |
matlab.unittest.fixtures.WorkingFolderFixture | 用于创建和更改为临时工作文件夹的脚手架 |
版本历史记录
在 R2013a 中推出