Main Content
createTemporaryFolder
Class: sltest.TestCase
Namespace: sltest
Description
returns a temporary folder This folder is deleted based on the scope of the test case. For
example, for a folder created by a method, that folder is deleted when the method is
complete and goes out of scope. Temporary folders are useful if you want to use a separate
folder to store methods of a test case. See Write Plugins to Extend TestRunner for
information on test case scope.folder
= createTemporaryFolder(testCase
)
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2020b