Re: [m2] Surefire plugin: Should anonymous inner classes be auto-excluded from testing

2006-01-23 Thread Carlos Sanchez
rk > > > > -Original Message- > > From: Brett Porter [mailto:[EMAIL PROTECTED] > > Sent: Monday, January 23, 2006 9:55 AM > > To: Maven Developers List > > Subject: Re: [m2] Surefire plugin: Should anonymous inner > > classes be auto-excluded fr

RE: [m2] Surefire plugin: Should anonymous inner classes be auto-excluded from testing

2006-01-23 Thread Donszelmann, Mark
Hi, I am running mvn 2.0.2 and SureFire 2.1.2. Regards Mark > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Monday, January 23, 2006 9:55 AM > To: Maven Developers List > Subject: Re: [m2] Surefire plugin: Should anonymous inner &g

Re: [m2] Surefire plugin: Should anonymous inner classes be auto-excluded from testing

2006-01-23 Thread Brett Porter
Wasn't this changed in the more recent releases? Donszelmann, Mark wrote: > Hi > > should Anonymous Inner Classes (such as Listeners) not automatically > be excluded from the list of tested classes. > > Otherwise one runs into test-time errors such as: > > NoSuchMethodException: YourClass$1.()