matlab.unittest.fixtures - Summary of classes in MATLAB fixtures interface - MATLAB (original) (raw)
matlab.unittest.fixtures Namespace
Summary of classes in MATLAB fixtures interface
Description
Fixtures ease the creation of setup and teardown code. Thematlab.unittest.fixtures
namespace consists of the following classes.
matlab.unittest.fixtures.CurrentFolderFixture | Fixture for changing current folder |
---|---|
matlab.unittest.fixtures.EnvironmentVariableFixture | Fixture for setting environment variable |
matlab.unittest.fixtures.Fixture | Fundamental interface for test fixtures |
matlab.unittest.fixtures.PathFixture | Fixture for adding folders to the MATLAB path |
matlab.unittest.fixtures.ProjectFixture | Fixture for loading project |
matlab.unittest.fixtures.SuppressedWarningsFixture | Fixture for suppressing display of warnings |
matlab.unittest.fixtures.TemporaryFolderFixture | Fixture for creating temporary folder |
matlab.unittest.fixtures.WorkingFolderFixture | Fixture for creating and changing to temporary working folder |
Version History
Introduced in R2013a