search

goog.testing.events.EventMatcher

Provided By
Extends

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

new EventMatcher( type )

Parameters
typestring

The single type the event argument must be of.

Instance Methods