Johan Haleby
Johan Haleby
Thank you! :)
_From [[email protected]](https://code.google.com/u/109551924329177378761/) on February 03, 2013 18:00:09_ then i use javap to process MyClass.class, and i can't find anything in any LocalVariableTable with length 1713
_From [[email protected]](https://code.google.com/u/105676376875942041029/) on September 27, 2013 05:10:45_ Could be some troubles with Javassist, see issue #355 .
_From [[email protected]](https://code.google.com/u/118418505145831703339/) on November 07, 2013 04:51:05_ Thanks.. Finally found out the solution. Follow the below link http://tersesystems.com/2007/08/05/custom-argument-matchers-in-easymock
_From [[email protected]](https://code.google.com/u/100899915105869891957/) on February 11, 2011 00:56:36_ the supress is bad. i have also tried with : suppress(constructor(CollaboratorToBeMocked.class, InjectedIntoCollaborator.class));
_From [[email protected]](https://code.google.com/u/100899915105869891957/) on February 11, 2011 01:35:59_ i took another look at things (my test class was bad). updated the whenNew and added the supress. the supress line seems to...
_From [[email protected]](https://code.google.com/u/105676376875942041029/) on February 16, 2011 11:24:53_ I haven't tried it but I think that in cases like these you can do: Constructor ctor = CollaboratorToBeMocked.class.getConstructor(InjectedIntoCollaborator.class); whenNew(ctor).withArguments(InjectedIntoCollaborator.class).thenReturn(...); Try and see...
Hmm I don't think so, but maybe if you use regex? Sent from my phone ons 27 dec. 2023 kl. 20:09 skrev speedyflipper ***@***.***>: > Is there a way to...
I'm sorry but I had completely missed this. I've disabled all notifications on all platforms to avoid distractions. Please ping me on twitter/email if it's urgent.
Thanks a lot for the PR.