testing.mockmatchers.ObjectEquals
A matcher that verifies that the argument is an object that equals the given expected object, using a deep comparison.

Inheritance

Constructor

goog.testing.mockmatchers.ObjectEquals(expectedObject)

Parameters

expectedObject : Object
An object to match against when verifying the argument.

Instance Methods

Public Protected Private
matches()
No description.
code »

Instance Properties

constructor :
No description.
Code »

Static Properties

goog.testing.mockmatchers.ObjectEquals.superClass_ :
No description.
Code »

Package testing.mockmatchers

Package Reference