Alquimiaware.NuGetUnity.Tests.FileSystemPackageProviderTests.ContractTests.GetValidSourcePath C# (CSharp) Метод

GetValidSourcePath() защищенный Метод

protected GetValidSourcePath ( ) : string
Результат string
            protected override string GetValidSourcePath()
            {
                CreatePackage("KuKoo", "net35");
                return SourcePath();
            }