testing.fs.FileSystem Extends
A mock filesystem object.

Inheritance

Constructor

goog.testing.fs.FileSystem(opt_name)

Parameters

opt_name : string=
The name of the filesystem.

Instance Methods

Public Protected Private
getName()
No description.
code »
No description.
Returns: !goog.testing.fs.DirectoryEntry  No description.
code »

Instance Properties

name_ :
The name of the filesystem.
Code »
The root entry of the filesystem.
Code »

Package testing.fs

Package Reference