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 working folder |
matlab.unittest.fixtures.Fixture | Interface class for test fixtures |
matlab.unittest.fixtures.PathFixture | Fixture for temporarily adding folders to the MATLAB path |
matlab.unittest.fixtures.ProjectFixture | Fixture for loading project |
matlab.unittest.fixtures.SuppressedWarningsFixture | Fixture to suppress display of warnings |
matlab.unittest.fixtures.TemporaryFolderFixture | Fixture for creating a temporary folder |
matlab.unittest.fixtures.WorkingFolderFixture | Fixture for creating and changing to temporary working folder |
Version History
Introduced in R2013a