Re: [aspectj-users] around advice for constructor call

2013-06-04 Thread Sojan Mathew
gisch > > Am 04.06.2013 um 11:33 schrieb Sojan Mathew : > > Hi AspectJ Community Members, > > I'm using AOP for unit testing purpose. (to replace external dependency). > In my app, I'm creating object of ClassA (which is present in external > lib). I want to byepass

[aspectj-users] around advice for constructor call

2013-06-04 Thread Sojan Mathew
Hi AspectJ Community Members, I'm using AOP for unit testing purpose. (to replace external dependency). In my app, I'm creating object of ClassA (which is present in external lib). I want to byepass constructor call of ClassA . I tried "call" pointcut and around advice as below, but it is not wor

[aspectj-users] Load Time Weaving from Eclipse-JUnit not working

2013-05-16 Thread Sojan Mathew
o try AspectJ to make it simple. If anybody used AspectJ for this purpose, please share your thoughts and experience. Regards Sojan Mathew ___ aspectj-users mailing list aspectj-users@eclipse.org https://dev.eclipse.org/mailman/listinfo/aspectj-users