Method | Description | |
---|---|---|
AddDirectory ( string path ) : void | ||
AddFile ( string path, |
||
FileExists ( string path ) : bool | ||
GetFile ( string path ) : |
||
MockFileSystem ( ) : System.Collections.Generic | ||
MockFileSystem ( MockFileData>.IDictionary |
||
RemoveFile ( string path ) : void |
Method | Description | |
---|---|---|
FixPath ( string path ) : string | ||
GetFileWithoutFixingPath ( string path ) : |
public AddFile ( string path, |
||
path | string | |
mockFile | ||
return | void |
public GetFile ( string path ) : |
||
path | string | |
return |
public MockFileSystem ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public MockFileSystem ( MockFileData>.IDictionary |
||
files | MockFileData>.IDictionary | |
currentDirectory | string | |
return | System.Collections.Generic |