Alquimiaware.NuGetUnity.Tests.FileSystemPackageProviderTests.ContractTests.GetValidSourcePath C# (CSharp) 메소드

GetValidSourcePath() 보호된 메소드

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