matlab.unittest.fixtures.CurrentFolderFixture Class
R2026bNamespace: matlab.unittest.fixtures
Superclasses: matlab.unittest.fixtures.Fixture
Fixture for changing current folder
Description
The matlab.unittest.fixtures.CurrentFolderFixture class provides a fixture for changing the current folder.
When the testing framework sets up the fixture, the fixture changes the current folder to a
specified folder. When the framework tears down the fixture, the fixture changes the current
folder back to the original folder.
The matlab.unittest.fixtures.CurrentFolderFixture class is a handle class.
Creation
Description
Input Arguments
Properties
Examples
Version History
Introduced in R2013b