Package: matlab.unittest.fixtures
Fixture for changing current working folder
The CurrentFolderFixture
class provides a
fixture for changing the current working folder. When the test framework
sets up the fixture, it changes the working folder. When the test
framework tears down the fixture, it restores the working folder to
its previous state.
matlab.unittest.fixtures.CurrentFolderFixture(
constructs
a fixture for changing the current working folder to folder
)folder
.
|
Folder to make the current working folder, specified as a character
vector in the |
Handle. To learn how handle classes affect copy operations, see Copying Objects.