Re: Moving to TestNG JUnit4?

2010-06-09 Thread Mark Derricutt
JUnit 4 apparently runs JUnit 3 tests out of the box, so one could feasibly change the dependencies to JUnit 4 at least. I understand the reasons for not physically changing old tests for the sake of change tho. Mark -- Pull me down under... On Tue, Jun 8, 2010 at 6:29 AM, Jason Chaffee

Re : Moving to TestNG JUnit4?

2010-06-09 Thread Julien HENRY
- Message d'origine De : Mark Derricutt m...@talios.com À : Maven Developers List dev@maven.apache.org Envoyé le : Mer 9 juin 2010, 14h 24min 56s Objet : Re: Moving to TestNG JUnit4? JUnit 4 apparently runs JUnit 3 tests out of the box, so one could feasibly change the dependencies to JUnit

RE: Re : Moving to TestNG JUnit4?

2010-06-09 Thread Siegmann Daniel, NY
-Original Message- From: Julien HENRY [mailto:henr...@yahoo.fr] Sent: Wednesday, June 09, 2010 8:29 AM To: Maven Developers List Subject: Re : Moving to TestNG JUnit4? JUnit 4 apparently runs JUnit 3 tests out of the box I can confirm that (starting from JUnit 4.7 if I remember correctly). I

RE: Re : Moving to TestNG JUnit4?

2010-06-09 Thread Martin Gainty
, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Subject: RE: Re : Moving to TestNG JUnit4? Date: Wed, 9 Jun 2010 15:52:24 +0200 From: daniel.siegm...@fja-us.com To: dev@maven.apache.org I have similar experience. I upgraded a couple of projects to JUnit 4.8.1

RE: Re : Moving to TestNG JUnit4?

2010-06-09 Thread Siegmann Daniel, NY
à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Subject: RE: Re : Moving to TestNG JUnit4? Date: Wed, 9 Jun 2010 15:52:24 +0200 From: daniel.siegm...@fja-us.com To: dev@maven.apache.org I have similar experience. I upgraded a couple of projects

RE: Re : Moving to TestNG JUnit4?

2010-06-09 Thread Martin Gainty
responsabilité pour le contenu fourni. Subject: RE: Re : Moving to TestNG JUnit4? Date: Wed, 9 Jun 2010 21:25:35 +0200 From: daniel.siegm...@fja-us.com To: dev@maven.apache.org No, there's no need to fork for different unit tests. JUnit 4 will run the old tests just fine, along with the new. All

Re: Moving to TestNG JUnit4?

2010-06-07 Thread Jason van Zyl
We're not changing tests, that's just not a good idea. New tests we can consider a newer framework and patterns, but we're not switching the old tests. That's not time well spent. On Jun 7, 2010, at 2:17 PM, Jemos Infra wrote: Hi all, I haven't received any comments on my suggestion to

RE: Moving to TestNG JUnit4?

2010-06-07 Thread Jason Chaffee
FYI, JUnit now supports concurrent running of tests. http://junit.org/node/589 Jason -Original Message- From: Jemos Infra [mailto:jemos.in...@googlemail.com] Sent: Monday, June 07, 2010 11:17 AM To: Maven-Dev Subject: Moving to TestNG JUnit4? Hi all, I haven't received any comments

Re: Moving to TestNG JUnit4?

2010-06-07 Thread Arnaud Héritier
What you can do it is to try to upgrade on a github clone and provide us patch to let us see which impacts it will have on existing code. It we'll help us in the future to improve our tests and what we can do with them. But like Jason said it is sure we won't introduce that in trunk for 3.0. It