jjDevPL

Results 4 comments of jjDevPL

try this as workaround: `Mockito.when(good.call((String[])Mockito.any())).thenReturn(1L);`

the problem is matches method from internal class VarArgAware in InstanceOf. It need to be override.

well, the issue got bug label. There are work around but nevertheless it should be fixed. My changes are located in InstanceOf.java ``` protected Class getClazz() { return clazz; }...