class documentation

class FilesystemAccessExpectations: (source)

View In Hierarchy

A test helper used to support expected filesystem access.

Method __init__ Undocumented
Method pop Remove a stream from the memory.
Method put No summary
Instance Variable _cache Undocumented
def __init__(self): (source)

Undocumented

def pop(self, path, flags): (source)

Remove a stream from the memory.

Parameters
path:strFlags with which the stream is requested.
flagsUndocumented
Returns
FileA stream.
def put(self, path, flags, stream): (source)
Parameters
path:strFlags with which the stream is requested.
flagsUndocumented
stream:FileA stream.

Undocumented