The goog.labs.testing.HasEntryMatcher Class

goog.labs.testing.HasEntryMatcher(key, value)

The HasEntry matcher.

key {string}
The key for the entry.
value {*}
The value for the key.

.describe()

.matches()

Determines if an object has a particular entry.