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
Need to implement proper equals() function for Aggregation and Aggregation Operations.
Use Case:
while mocking a template.aggregate(...) we would also need to verify it using the actual invocations. The lack of equals function returns false to the same list of operations.
The text was updated successfully, but these errors were encountered:
Need to implement proper
equals()
function for Aggregation and Aggregation Operations.Use Case:
while mocking a template.aggregate(...) we would also need to
verify
it using the actual invocations. The lack ofequals
function returns false to the same list of operations.The text was updated successfully, but these errors were encountered: