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

GetNonExistingFolderPath() protected method

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