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