C# 클래스 PsGet.Facts.TestDoubles.MockableFileSystem

상속: IFileSystem
파일 보기 프로젝트 열기: anurse/PS-Get

공개 메소드들

메소드 설명
DeleteFile ( string fileName ) : void
FileExists ( string fileName ) : bool
GetAllFiles ( ) : IEnumerable
GetFullPath ( string fileName ) : string
OpenFile ( string fileName ) : Stream

메소드 상세

DeleteFile() 공개 추상적인 메소드

public abstract DeleteFile ( string fileName ) : void
fileName string
리턴 void

FileExists() 공개 추상적인 메소드

public abstract FileExists ( string fileName ) : bool
fileName string
리턴 bool

GetAllFiles() 공개 추상적인 메소드

public abstract GetAllFiles ( ) : IEnumerable
리턴 IEnumerable

GetFullPath() 공개 추상적인 메소드

public abstract GetFullPath ( string fileName ) : string
fileName string
리턴 string

OpenFile() 공개 추상적인 메소드

public abstract OpenFile ( string fileName ) : Stream
fileName string
리턴 Stream