Closure Library API Documentation
Go to class or file:
labs.testing.EndsWithMatcher
Extends
The EndsWith matcher.
Useful links
Source Code
Git
Inheritance
goog.labs.testing.EndsWithMatcher
Constructor
goog.labs.testing.EndsWithMatcher(
value
)
Parameters
value
:
string
The expected string.
Instance Methods
Public
Protected
Private
Defined in
goog.labs.testing.EndsWithMatcher
describe
()
No description.
code »
matches
()
Determines if input string ends with the expected string.
code »
Instance Properties
Defined in
goog.labs.testing.EndsWithMatcher
value_
:
No description.
Code »
Package labs.testing
Package Reference