labs.testing.InstanceOfMatcher Extends
The InstanceOf matcher.

Inheritance

Constructor

goog.labs.testing.InstanceOfMatcher(object)

Parameters

object : !Object
The expected class object.

Instance Methods

Public Protected Private
describe()
No description.
code »
matches()
Determines if an object is an instance of another object.
code »

Instance Properties

object_ :
No description.
Code »

Package labs.testing

Package Reference