Re: SureFire plugin doesn't support Junit 4 paramterized tests?

2006-07-11 Thread Tarun Ramakrishna
Hi all, (Posting reply for benefit of anybody searching archives) I found that the surefire plugin does not currently support JUnit 4.x. This is a known issue at http://jira.codehaus.org/browse/SUREFIRE-31 Regards, Tarun On 7/7/06, Tarun Ramakrishna [EMAIL PROTECTED] wrote: Hi all, (Maven

SureFire plugin doesn't support Junit 4 paramterized tests?

2006-07-07 Thread Tarun Ramakrishna
Hi all, (Maven 2.0.4, Surefire 2.2) I am using the JUnit 4 @RunWith(Parameterized.Class) annotation in my JUnit tests for paramterized tests which takes in a sequence of input data and compares against an expected output sequence. The constructors for these test classes take parameters, but