C# 클래스 Humpback.Tests.Impl.TestFileWriter

상속: IFileWriter
파일 보기 프로젝트 열기: jasonmw/Humpback 1 사용 예제들

공개 메소드들

메소드 설명
FileExists ( string path ) : bool
WriteFile ( string path, string contents ) : void

메소드 상세

FileExists() 공개 메소드

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

WriteFile() 공개 메소드

public WriteFile ( string path, string contents ) : void
path string
contents string
리턴 void