Closed GoogleCodeExporter closed 9 years ago
Original comment by szcze...@gmail.com
on 17 May 2008 at 9:54
Using the current version you can fix the problem by changing following:
Mockito.verify(myClass).varArgs((String[]) Mockito.anyObject());
Into this:
Mockito.verify(myClass).varArgs((String) Mockito.anyObject());
The bug is fixed in trunk.
Original comment by szcze...@gmail.com
on 17 May 2008 at 12:24
Original comment by szcze...@gmail.com
on 19 Apr 2009 at 7:40
Original comment by brice.du...@gmail.com
on 2 Dec 2012 at 10:21
Original issue reported on code.google.com by
felix.le...@gmail.com
on 15 May 2008 at 5:47