testing.events.EventMatcher
A matcher that verifies that an argument is a goog.events.Event of a particular type.

Inheritance

Constructor

goog.testing.events.EventMatcher(type)

Parameters

type : string
The single type the event argument must be of.
Public Protected Private

Instance Properties

constructor :
No description.
Code »

Static Properties

goog.testing.events.EventMatcher.superClass_ :
No description.
Code »

Package testing.events

Package Reference