Alquimiaware.NuGetUnity.Tests.FileSystemFolderCommandsTests.Contracts.GetExistingFolderPath C# (CSharp) Méthode

GetExistingFolderPath() protected méthode

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

                return workingDir;
            }