Closed GoogleCodeExporter closed 8 years ago
Hi,
Sorry for the late reply : `List<FileUploadResult> upload(final String
stripPath, final File... files)` is using a vararag argument, one should use
the dedicated `anyVararg` matcher.
http://docs.mockito.googlecode.com/hg/latest/org/mockito/Matchers.html#anyVararg
()
Cheers
Brice
Original comment by brice.du...@gmail.com
on 27 Jun 2014 at 3:41
Original issue reported on code.google.com by
jfitzpat...@gmail.com
on 6 Jun 2014 at 2:53