C# 클래스 NuGet.Test.Mocks.MockProjectSystem

상속: MockFileSystem, IProjectSystem
파일 보기 프로젝트 열기: xero-github/Nuget 1 사용 예제들

공개 메소드들

메소드 설명
AddFrameworkReference ( string name ) : void
AddReference ( string referencePath ) : void
AddReference ( string referencePath, Stream stream ) : void
GetPropertyValue ( string propertyName ) : dynamic
IsProjectReference ( string name ) : bool
IsSupportedFile ( string path ) : bool
MockProjectSystem ( ) : System
MockProjectSystem ( FrameworkName frameworkName, string root = @"x:\MockFileSystem" ) : System
ReferenceExists ( string name ) : bool
RemoveReference ( string name ) : void
ResolvePath ( string path ) : string

메소드 상세

AddFrameworkReference() 공개 메소드

public AddFrameworkReference ( string name ) : void
name string
리턴 void

AddReference() 공개 메소드

public AddReference ( string referencePath ) : void
referencePath string
리턴 void

AddReference() 공개 메소드

public AddReference ( string referencePath, Stream stream ) : void
referencePath string
stream Stream
리턴 void

GetPropertyValue() 공개 메소드

public GetPropertyValue ( string propertyName ) : dynamic
propertyName string
리턴 dynamic

IsProjectReference() 공개 메소드

public IsProjectReference ( string name ) : bool
name string
리턴 bool

IsSupportedFile() 공개 메소드

public IsSupportedFile ( string path ) : bool
path string
리턴 bool

MockProjectSystem() 공개 메소드

public MockProjectSystem ( ) : System
리턴 System

MockProjectSystem() 공개 메소드

public MockProjectSystem ( FrameworkName frameworkName, string root = @"x:\MockFileSystem" ) : System
frameworkName FrameworkName
root string
리턴 System

ReferenceExists() 공개 메소드

public ReferenceExists ( string name ) : bool
name string
리턴 bool

RemoveReference() 공개 메소드

public RemoveReference ( string name ) : void
name string
리턴 void

ResolvePath() 공개 메소드

public ResolvePath ( string path ) : string
path string
리턴 string