Main Content
matlab.unittest.fixtures.CurrentFolderFixture Class
Namespace: 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
Properties
Examples
Version History
Introduced in R2013b