search

goog.testing.fs.Entry

Provided By
All Implemented Interfaces
All Known Direct Subclasses

A mock filesystem entry object.

new Entry( fs, parent, name )

Parameters
fsgoog.testing.fs.FileSystem

The filesystem containing this entry.

parentgoog.testing.fs.DirectoryEntry

The directory entry directly containing this entry.

namestring

The name of this entry.

Instance Methods

Instance Properties