matlab.unittest.fixtures Namespace
Summary of classes in MATLAB fixtures interface
Description
Fixtures ease the creation of setup and teardown code. The
matlab.unittest.fixtures
namespace consists of the following
classes.
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