testing.ObjectPropertyString Extends
Object to pass a property name as a string literal and its containing object when the JSCompiler is rewriting these names. This should only be used in test code.

Inheritance

Constructor

goog.testing.ObjectPropertyString(objectpropertyString)

Parameters

object : Object
The containing object.
propertyString : Object | string
Property name as a string literal.

Instance Methods

Public Protected Private
getObject() Object
No description.
Returns: Object  The object.
code »
getPropertyString() string
No description.
Returns: string  The property string.
code »

Instance Properties

object_ :
No description.
Code »
propertyString_ :
No description.
Code »

Package testing

Package Reference