matlab.unittest.constraints.IsFolder class
Package: matlab.unittest.constraints
Superclasses: matlab.unittest.constraints.BooleanConstraint
Constraint specifying value points to folder
Construction
IsFolder
creates a constraint specifying that a value is a string scalar or character vector that points to an existing folder. The constraint is satisfied if the value is an absolute or relative path to an existing folder.
Copy Semantics
Value. To learn how value classes affect copy operations, see Copying Objects.