Bertrand Delacretaz wrote:
Most of the tests that I wrote are based on the JUnit 3 interfaces, as
I haven't spent enough time on the "new" stuff yet for it to come
naturally when I write tests, but Carsten (at least) wrote some nice
tests based on version 4 - so don't be shy to use that where it makes
sense.
Yes, choose your fate :) However, junit 4 is defined in our parent pom,
so this is the version we should use (you can still use the 3.x api with
that version). We should define a different version in a child pom, as
Maven (yes, again...) might choose junit 4 in your 3.x project and vice
versa if you do the full build.
Carsten
--
Carsten Ziegeler
[EMAIL PROTECTED]