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

GetNonExistingFolderPath() protected méthode

protected GetNonExistingFolderPath ( ) : string
Résultat string
            protected override string GetNonExistingFolderPath()
            {
                return Path.Combine(
                    GetTestWorkingDir(), "FooBar123");
            }