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