matlab.unittest.diagnostics.FileArtifact class
Package: matlab.unittest.diagnostics
Artifact associated with a file on disk
Description
Use the FileArtifact
class to refer to files on disk and to copy the files to a
new location. The testing framework instantiates this class, so
you are not required to create an object of the class
directly.
Construction
artifact = FileArtifact(
creates
an artifact associated with a particular file on disk.filename
)
Input Arguments
Properties
Methods
copyTo | Copy artifacts to new location |
Copy Semantics
Handle. To learn how handle classes affect copy operations, see Copying Objects.