RE: Junit 4 or TestNG 5 suite support

2007-10-25 Thread Joel Wiegman
[mailto:[EMAIL PROTECTED] Sent: Tuesday, October 23, 2007 9:24 AM To: Maven Users List Subject: RE: Junit 4 or TestNG 5 suite support Well, one reason could be that I haven't found a defect related to suite support for either TestNG or Junit. Does one exist already or is one needed? I'm guessing

RE: Junit 4 or TestNG 5 suite support

2007-10-23 Thread Joel Wiegman
, 2007 10:28 AM To: Maven Users List Subject: Re: Junit 4 or TestNG 5 suite support I don't understand either why surefire is not top-priority for the maven devs to have everthing working that JUnit and TestNG support. Especially since testing is part of the default lifecycle. regards, Wim 2007

RE: Junit 4 or TestNG 5 suite support

2007-10-19 Thread Joel Wiegman
[mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 11:10 PM To: Maven Users List Subject: Re: Junit 4 or TestNG 5 suite support Hello Joel Wiegman, You can put below lines in your pom.xml for supporting JUnit 4. build plugins plugin artifactIdmaven

Junit 4 or TestNG 5 suite support

2007-10-18 Thread Joel Wiegman
Members of the Maven council... Is Surefire's support for suite functionality limited to Junit 3? TestNG's @BeforeSuite and @AfterSuite annotations are not supported by Surefire. Junit 4's equivalent to these methods are to set up a class as follows: @RunWith(value=Suite.class)