testing.mockmatchers.InstanceOf
A matcher that verifies that an argument is an instance of a given class.

Inheritance

Constructor

goog.testing.mockmatchers.InstanceOf(ctor)

Parameters

ctor : Function
The class that will be used for verification.
Public Protected Private

Instance Properties

constructor :
No description.
Code »

Static Properties

goog.testing.mockmatchers.InstanceOf.superClass_ :
No description.
Code »

Package testing.mockmatchers

Package Reference