labs.testing.EndsWithMatcher Extends
The EndsWith matcher.

Inheritance

Constructor

goog.labs.testing.EndsWithMatcher(value)

Parameters

value : string
The expected string.

Instance Methods

Public Protected Private
describe()
No description.
code »
matches()
Determines if input string ends with the expected string.
code »

Instance Properties

value_ :
No description.
Code »

Package labs.testing

Package Reference