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