labs.testing.RegexMatcher Extends
The MatchesRegex matcher.

Inheritance

Constructor

goog.labs.testing.RegexMatcher(regex)

Parameters

regex : !RegExp
The expected regex.

Instance Methods

Public Protected Private
describe()
No description.
code »
matches()
Determines if input string is equal to the expected string.
code »

Instance Properties

regex_ :
No description.
Code »

Package labs.testing

Package Reference