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