The goog.testing.ObjectPropertyString Class

goog.testing.ObjectPropertyString(object, propertyString)

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.

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

.getObject()

returns {Object}
The object.

.getPropertyString()

returns {string}
The property string.