matlab.unittest.fixtures Package
Summary of classes in MATLAB Fixtures Interface
Description
Fixtures ease creation of setup and teardown code. The matlab.unittest.fixtures
package consists of the following customized MATLAB® fixtures.
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