Class goog.testing.mockmatchers.ObjectEquals
code »goog.testing.mockmatchers.ArgumentMatcher
└ goog.testing.mockmatchers.ObjectEquals
A 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: