Main Content

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

matlab.unittest.fixtures 命名空间

MATLAB 套件界面中的类的摘要

说明

套件可简化每次创建时设置和清除代码的操作。matlab.unittest.fixtures 包由以下自定义 MATLAB® 脚手架组成。

matlab.unittest.fixtures.CurrentFolderFixture用于更改当前文件夹的脚手架
matlab.unittest.fixtures.EnvironmentVariableFixtureFixture 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 中推出