Alquimiaware.NuGetUnity.Tests.FileSystemFolderCommandsTests.Contracts.GetExistingFolderPath C# (CSharp) Method

GetExistingFolderPath() protected method

protected GetExistingFolderPath ( ) : string
return string
            protected override string GetExistingFolderPath()
            {
                var workingDir = GetTestWorkingDir();
                Directory.CreateDirectory(workingDir);

                return workingDir;
            }