The goog.labs.testing.InstanceOfMatcher Class

goog.labs.testing.InstanceOfMatcher(object)

The InstanceOf matcher.

object {!Object}
The expected class object.

.describe()

.matches()

Determines if an object is an instance of another object.