C# Class AppHarbor.Tests.InMemoryFileSystem

Inheritance: IFileSystem
Datei anzeigen Open project: appharbor/appharbor-cli

Public Methods

Method Description
Delete ( string path ) : void
InMemoryFileSystem ( ) : System.Collections.Generic
OpenRead ( string path ) : Stream
OpenWrite ( string path ) : Stream

Method Details

Delete() public method

public Delete ( string path ) : void
path string
return void

InMemoryFileSystem() public method

public InMemoryFileSystem ( ) : System.Collections.Generic
return System.Collections.Generic

OpenRead() public method

public OpenRead ( string path ) : Stream
path string
return System.IO.Stream

OpenWrite() public method

public OpenWrite ( string path ) : Stream
path string
return System.IO.Stream