Alquimiaware.NuGetUnity.Tests.FileSystemPackageProviderTests.ContractTests.GetValidSourcePath C# (CSharp) Méthode

GetValidSourcePath() protected méthode

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