matlab.unittest.fixtures.CurrentFolderFixture class
Package: matlab.unittest.fixtures
Fixture for changing current working folder
Description
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.
Construction
matlab.unittest.fixtures.CurrentFolderFixture(
constructs
a fixture for changing the current working folder to folder
)folder
.
Input Arguments
Properties
|
Folder to make the current working folder, specified as a character
vector in the |
Copy Semantics
Handle. To learn how handle classes affect copy operations, see Copying Objects.