You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, equalTo just forwards to the expected value's equals method. Except for arrays, in which case we compare their values. We could be just as smart for lists, sets and maps.
The text was updated successfully, but these errors were encountered:
At present,
equalTo
just forwards to the expected value'sequals
method. Except for arrays, in which case we compare their values. We could be just as smart for lists, sets and maps.The text was updated successfully, but these errors were encountered: