C# 클래스 NuForVS.Test.Mocks.MockFileSystem

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

공개 메소드들

메소드 설명
FileExists ( string path ) : bool
FolderExists ( string path ) : bool
GetFiles ( string path ) : IEnumerable
GetFolders ( string path ) : IEnumerable
MockFileSystem ( string paths ) : System.Collections.Generic

메소드 상세

FileExists() 공개 메소드

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

FolderExists() 공개 메소드

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

GetFiles() 공개 메소드

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

GetFolders() 공개 메소드

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

MockFileSystem() 공개 메소드

public MockFileSystem ( string paths ) : System.Collections.Generic
paths string
리턴 System.Collections.Generic