testify icon indicating copy to clipboard operation
testify copied to clipboard

Improved error reporting of unexpected method calls

Open seppestas opened this issue 8 years ago • 1 comments

Fixes #373. Panic now tells us the method was called with [] instead of an obscure index out of range error.

seppestas avatar Dec 01 '16 20:12 seppestas

Any chance this will still be merged? I just spent a while trying to debug an IndexOutOfRange panic that happened because I forgot one argument in my On call.

rcorre avatar Jul 28 '17 16:07 rcorre