Class goog.testing.mockmatchers.ObjectEquals
code »goog.testing.mockmatchers.ArgumentMatcher
└ goog.testing.mockmatchers.ObjectEqualsA matcher that verifies that the argument is an object that equals the given expected object, using a deep comparison.
Constructor
goog.testing.mockmatchers.ObjectEquals ( expectedObject )
| Parameters |
|---|
|
Show: