Microsoft.WindowsAzure.Commands.Test.Utilities.Common.FileSystemHelper.FileSystemHelper C# (CSharp) Method

FileSystemHelper() public method

Initializes a new FileSystemHelper to a random temp directory.
public FileSystemHelper ( SMTestBase testInstance ) : System
testInstance SMTestBase /// Reference to the test class (to access its logging). ///
return System
        public FileSystemHelper(SMTestBase testInstance)
            : this(testInstance, GetTemporaryDirectoryName())
        {
        }

Same methods

FileSystemHelper::FileSystemHelper ( SMTestBase testInstance, string rootPath ) : System