funbee / mockito

Automatically exported from code.google.com/p/mockito
0 stars 0 forks source link

when arguments are different the exception now allows using the comparison window #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When assertEquals fails then most IDEs offer a feature of comparing the
expected and actual in a pop-up window. Mockito uses this functionality.
When verification fails due to different arguments then you would be able
to see the detailed comparison in a pop-up window. To bring up the pop-up
you can click on little icon near the Failure Trace or double click on
exception message in the Failure Trace.

Original issue reported on code.google.com by szcze...@gmail.com on 18 Sep 2008 at 10:08

GoogleCodeExporter commented 9 years ago
Added to trunk

Original comment by szcze...@gmail.com on 18 Sep 2008 at 10:09

GoogleCodeExporter commented 9 years ago

Original comment by szcze...@gmail.com on 19 Apr 2009 at 7:40