testing.mockmatchers.TypeOf
A matcher that verifies that an argument is of a given type (e.g. "object").

Inheritance

Constructor

goog.testing.mockmatchers.TypeOf(type)

Parameters

type : string
The type that a given argument must have.
Public Protected Private

Instance Properties

constructor :
No description.
Code »

Static Properties

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

Package testing.mockmatchers

Package Reference