Re: Testing AOP and method names

2012-12-28 Thread Jordi Gerona
On Wed, Dec 26, 2012 at 9:15 PM, Dirk Nimerem nene1...@sinnlos-mail.dewrote: Hi, Let's say i have a class which represents an user, called User and an interface implemented by this class called IUser. The IUser interface declares one method called sendMail(String text) for the user. Also i

Testing AOP and method names

2012-12-26 Thread Dirk Nimerem
Hi, Let's say i have a class which represents an user, called User and an interface implemented by this class called IUser. The IUser interface declares one method called sendMail(String text) for the user. Also i created an interceptor/ aspect via the Guice bindInterceptor method for my