Closure Library API Documentation
Go to class or file:
labs.testing.InstanceOfMatcher
Extends
The InstanceOf matcher.
Useful links
Source Code
Git
Inheritance
goog.labs.testing.InstanceOfMatcher
Constructor
goog.labs.testing.InstanceOfMatcher(
object
)
Parameters
object
:
!
Object
The expected class object.
Instance Methods
Public
Protected
Private
Defined in
goog.labs.testing.InstanceOfMatcher
describe
()
No description.
code »
matches
()
Determines if an object is an instance of another object.
code »
Instance Properties
Defined in
goog.labs.testing.InstanceOfMatcher
object_
:
No description.
Code »
Package labs.testing
Package Reference