Closure Library API Documentation
Go to class or file:
labs.testing.RegexMatcher
Extends
The MatchesRegex matcher.
Useful links
Source Code
Git
Inheritance
goog.labs.testing.RegexMatcher
Constructor
goog.labs.testing.RegexMatcher(
regex
)
Parameters
regex
:
!
RegExp
The expected regex.
Instance Methods
Public
Protected
Private
Defined in
goog.labs.testing.RegexMatcher
describe
()
No description.
code »
matches
()
Determines if input string is equal to the expected string.
code »
Instance Properties
Defined in
goog.labs.testing.RegexMatcher
regex_
:
No description.
Code »
Package labs.testing
Package Reference