Closure Library API Documentation
Go to class or file:
testing.mockmatchers.TypeOf
A matcher that verifies that an argument is of a given type (e.g. "object").
Useful links
Source Code
Git
Inheritance
goog.testing.mockmatchers.TypeOf
Constructor
goog.testing.mockmatchers.TypeOf(
type
)
Parameters
type
:
string
The type that a given argument must have.
Public
Protected
Private
Instance Properties
Defined in
goog.testing.mockmatchers.TypeOf
constructor
:
No description.
Code »
Static Properties
goog.testing.mockmatchers.TypeOf.
superClass_
:
No description.
Code »
Package testing.mockmatchers
Package Reference