testing.mockmatchers.RegexpMatch
A matcher that verifies that an argument matches a given RegExp.

Inheritance

Constructor

goog.testing.mockmatchers.RegexpMatch(regexp)

Parameters

regexp : RegExp
The regular expression that the argument must match.
Public Protected Private

Instance Properties

constructor :
No description.
Code »

Static Properties

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

Package testing.mockmatchers

Package Reference