C# 클래스 CitizenMatt.ReSharper.ExtensionManager.Tests.Implementation.FakeFileSystem

상속: IFileSystem
파일 보기 프로젝트 열기: citizenmatt/ReSharperExtensionManager 1 사용 예제들

공개 메소드들

메소드 설명
AddFile ( string path, Stream stream ) : void
DeleteDirectory ( string path, bool recursive ) : void
DeleteFile ( string path ) : void
DirectoryExists ( string path ) : bool
FakeFileSystem ( string root ) : System
FileExists ( string path ) : bool
GetCreated ( string path ) : DateTimeOffset
GetDirectories ( string path ) : IEnumerable
GetFiles ( string path ) : IEnumerable
GetFiles ( string path, string filter ) : IEnumerable
GetFullPath ( string path ) : string
GetLastModified ( string path ) : DateTimeOffset
OpenFile ( string path ) : Stream

메소드 상세

AddFile() 공개 메소드

public AddFile ( string path, Stream stream ) : void
path string
stream Stream
리턴 void

DeleteDirectory() 공개 메소드

public DeleteDirectory ( string path, bool recursive ) : void
path string
recursive bool
리턴 void

DeleteFile() 공개 메소드

public DeleteFile ( string path ) : void
path string
리턴 void

DirectoryExists() 공개 메소드

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

FakeFileSystem() 공개 메소드

public FakeFileSystem ( string root ) : System
root string
리턴 System

FileExists() 공개 메소드

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

GetCreated() 공개 메소드

public GetCreated ( string path ) : DateTimeOffset
path string
리턴 DateTimeOffset

GetDirectories() 공개 메소드

public GetDirectories ( string path ) : IEnumerable
path string
리턴 IEnumerable

GetFiles() 공개 메소드

public GetFiles ( string path ) : IEnumerable
path string
리턴 IEnumerable

GetFiles() 공개 메소드

public GetFiles ( string path, string filter ) : IEnumerable
path string
filter string
리턴 IEnumerable

GetFullPath() 공개 메소드

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

GetLastModified() 공개 메소드

public GetLastModified ( string path ) : DateTimeOffset
path string
리턴 DateTimeOffset

OpenFile() 공개 메소드

public OpenFile ( string path ) : Stream
path string
리턴 Stream