Closure Library API Documentation
Go to class or file:
labs.testing.HasEntryMatcher
Extends
The HasEntry matcher.
Useful links
Source Code
Git
Inheritance
goog.labs.testing.HasEntryMatcher
Constructor
goog.labs.testing.HasEntryMatcher(
key
,
value
)
Parameters
key
:
string
The key for the entry.
value
:
*
The value for the key.
Instance Methods
Public
Protected
Private
Defined in
goog.labs.testing.HasEntryMatcher
describe
()
No description.
code »
matches
()
Determines if an object has a particular entry.
code »
Instance Properties
Defined in
goog.labs.testing.HasEntryMatcher
key_
:
No description.
Code »
value_
:
No description.
Code »
Package labs.testing
Package Reference