Alquimiaware.NuGetUnity.Tests.FileSystemFolderCommandsTests.Contracts.GetExistingFolderPath C# (CSharp) 메소드

GetExistingFolderPath() 보호된 메소드

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

                return workingDir;
            }