Closure Library API Documentation
Go to class or file:
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.
Useful links
Source Code
Git
Inheritance
goog.testing.ObjectPropertyString
Constructor
goog.testing.ObjectPropertyString(
object
,
propertyString
)
Parameters
object
:
Object
The containing object.
propertyString
:
Object
|
string
Property name as a string literal.
Instance Methods
Public
Protected
Private
Defined in
goog.testing.ObjectPropertyString
getObject
()
⇒
Object
No description.
Returns:
Object
The object.
code »
getPropertyString
()
⇒
string
No description.
Returns:
string
The property string.
code »
Instance Properties
Defined in
goog.testing.ObjectPropertyString
object_
:
No description.
Code »
propertyString_
:
No description.
Code »
Package testing
Package Reference