With Mockito, I want to verify() a method call with byte[] in its argument list, but I didn\'t find how to write this.
verify()
byte[]
myMethod( byte[
I used Matchers.refEq for this.
Matchers.refEq