Main Content

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.CurrentFolderFixtureFixture for changing current folder
matlab.unittest.fixtures.EnvironmentVariableFixtureFixture for setting environment variable
matlab.unittest.fixtures.FixtureFundamental interface for test fixtures
matlab.unittest.fixtures.PathFixtureFixture for adding folders to the MATLAB path
matlab.unittest.fixtures.ProjectFixtureFixture for loading project
matlab.unittest.fixtures.SuppressedWarningsFixtureFixture for suppressing display of warnings
matlab.unittest.fixtures.TemporaryFolderFixtureFixture for creating temporary folder
matlab.unittest.fixtures.WorkingFolderFixtureFixture for creating and changing to temporary working folder

Version History

Introduced in R2013a