C# 클래스 NStub.CSharp.Tests.FakeBuildSystem

상속: IBuildSystem
파일 보기 프로젝트 열기: Jedzia/NStub 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FakeDirectoryExists bool

공개 메소드들

메소드 설명
CreateDirectory ( string path ) : System.IO.DirectoryInfo
DirectoryExists ( string directory ) : bool
GetFileNameWithoutExtension ( string path ) : string
GetTextWriter ( string path, bool append ) : System.IO.TextWriter

메소드 상세

CreateDirectory() 공개 메소드

public CreateDirectory ( string path ) : System.IO.DirectoryInfo
path string
리턴 System.IO.DirectoryInfo

DirectoryExists() 공개 메소드

public DirectoryExists ( string directory ) : bool
directory string
리턴 bool

GetFileNameWithoutExtension() 공개 메소드

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

GetTextWriter() 공개 메소드

public GetTextWriter ( string path, bool append ) : System.IO.TextWriter
path string
append bool
리턴 System.IO.TextWriter

프로퍼티 상세

FakeDirectoryExists 공개적으로 프로퍼티

public bool FakeDirectoryExists
리턴 bool