labs.testing.HasEntryMatcher Extends
The HasEntry matcher.

Inheritance

Constructor

goog.labs.testing.HasEntryMatcher(keyvalue)

Parameters

key : string
The key for the entry.
value : *
The value for the key.

Instance Methods

Public Protected Private
describe()
No description.
code »
matches()
Determines if an object has a particular entry.
code »

Instance Properties

key_ :
No description.
Code »
value_ :
No description.
Code »

Package labs.testing

Package Reference