Microsoft.WindowsAzure.Commands.Test.Utilities.Common.FileSystemHelper.FileSystemHelper C# (CSharp) 메소드

FileSystemHelper() 공개 메소드

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). ///
리턴 System
        public FileSystemHelper(SMTestBase testInstance)
            : this(testInstance, GetTemporaryDirectoryName())
        {
        }

Same methods

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