search

goog.testing.fs.File

Provided By
Extends

A mock file object.

new File( name, opt_lastModified, opt_data, opt_type )

Parameters
namestring

The name of the file.

opt_lastModified(Date|null)=

The last modified date for this file. May be null if file modification dates are not supported.

opt_datastring=

The string data encapsulated by the blob.

opt_typestring=

The mime type of the blob.

Instance Methods

Instance Properties