funbee / mockito

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

ArrayEquals throws exception #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the JUnit test in attachment

What is the expected output? What do you see instead?
Expected is the following exception :
org.mockito.exceptions.verification.ArgumentsAreDifferent

Instead the following exception is thrown :
java.lang.IllegalArgumentException: Something went really wrong. Arguments
passed to ArrayEquals have to be an array or null!

What version of the product are you using? On what operating system?
Mockito 1.4/Mockito 1.5 on Windows XP

Please provide any additional information below.
See attachment.

Original issue reported on code.google.com by ward.br...@gmail.com on 5 Sep 2008 at 9:46

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by bbankow...@gmail.com on 5 Sep 2008 at 11:16

GoogleCodeExporter commented 9 years ago
Is it fixed in the upcoming 1.6 release? 

Original comment by kris.van...@gmail.com on 5 Sep 2008 at 11:55

GoogleCodeExporter commented 9 years ago
Yes, it will be included in the next release, which should be pretty soon. If 
you
need it right now you can get the latest version from trunk.

Original comment by bbankow...@gmail.com on 5 Sep 2008 at 12:18

GoogleCodeExporter commented 9 years ago

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