Closure Library API Documentation
Go to class or file:
labs.testing.ObjectEqualsMatcher
Extends
The Equals matcher.
Useful links
Source Code
Git
Inheritance
goog.labs.testing.ObjectEqualsMatcher
Constructor
goog.labs.testing.ObjectEqualsMatcher(
expectedObject
)
Parameters
expectedObject
:
!
Object
The expected object.
Instance Methods
Public
Protected
Private
Defined in
goog.labs.testing.ObjectEqualsMatcher
describe
()
No description.
code »
matches
()
Determines if two objects are the same.
code »
Instance Properties
Defined in
goog.labs.testing.ObjectEqualsMatcher
object_
:
No description.
Code »
Package labs.testing
Package Reference