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