C# 클래스 Alquimiaware.NuGetUnity.Tests.FileSystemPackageProviderTests

파일 보기 프로젝트 열기: Alquimiaware/Nuget-Unity

공개 메소드들

메소드 설명
CreateEmptyFolder ( string name ) : DirectoryInfo
CreatePackage ( string name ) : DirectoryInfo
DeleteSourceDirectory ( ) : void
SourcePath ( ) : string

비공개 메소드들

메소드 설명
CreateFile ( string name, DirectoryInfo di ) : void
CreateTargetFrameworkSpecific ( string name, string targetName, DirectoryInfo container ) : void
Default ( ) : FileSystemPackageProvider
Setup ( ) : void
TargetLib ( string name ) : TargetLib
Teardown ( ) : void

메소드 상세

CreateEmptyFolder() 공개 정적인 메소드

public static CreateEmptyFolder ( string name ) : DirectoryInfo
name string
리턴 System.IO.DirectoryInfo

CreatePackage() 공개 정적인 메소드

public static CreatePackage ( string name ) : DirectoryInfo
name string
리턴 System.IO.DirectoryInfo

DeleteSourceDirectory() 공개 정적인 메소드

public static DeleteSourceDirectory ( ) : void
리턴 void

SourcePath() 공개 정적인 메소드

public static SourcePath ( ) : string
리턴 string