Alquimiaware.NuGetUnity.Tests.FileSystemPackageProviderTests.ContractTests.GetValidSourcePath C# (CSharp) Method

GetValidSourcePath() protected method

protected GetValidSourcePath ( ) : string
return string
            protected override string GetValidSourcePath()
            {
                CreatePackage("KuKoo", "net35");
                return SourcePath();
            }