Need to register a JUnit 4.0 listener to maven-surefire-plugin in my pom.xml

2008-08-27 Thread Sudarshen Ekanayake
Hi, Can anyone help me on this?. I want to add my own JUnit 4.0 listener to maven-surefire-plugin in my pom.xml. But i'm not supposed to use TestNG there, Only JUnit 4.0. So can I register a non-TestNG listener to maven-surefire-plugin ? Please tell me how. Regards Sudarshen

[jira] Commented: (SUREFIRE-31) support junit 4.0

2006-03-06 Thread Brett Porter (JIRA)
that is used to guarantee classloader separation which is still desirable. IF there is another alternative, that would be fine. > support junit 4.0 > - > > Key: SUREFIRE-31 > URL: http://jira.codehaus.org/browse/SUREFIRE-31 > Project: sur

[jira] Updated: (SUREFIRE-31) support junit 4.0

2006-03-06 Thread John Didion (JIRA)
[ http://jira.codehaus.org/browse/SUREFIRE-31?page=all ] John Didion updated SUREFIRE-31: Attachment: surefire-junit4.zip > support junit 4.0 > - > > Key: SUREFIRE-31 > URL: http://jira.codehaus.org/bro

[jira] Created: (SUREFIRE-31) support junit 4.0

2006-02-20 Thread John Didion (JIRA)
support junit 4.0 - Key: SUREFIRE-31 URL: http://jira.codehaus.org/browse/SUREFIRE-31 Project: surefire Type: Improvement Reporter: John Didion Assigned to: Jason van Zyl I know this is a pretty sizable task. I just wanted to get it in the

Re: JUnit 4.0

2006-02-19 Thread Carlos Sanchez
I've uploaded it to iBiblio so you can try it On 2/19/06, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Sun, 19 Feb 2006, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > > > Yes but It seems that JUnit 4 works only with Java 5 ?? > > It requires Java 5 to compile and annotations for JUnit 4 style >

Re: JUnit 4.0

2006-02-19 Thread Kaare Nilsen
Hi all.. Though i did not test this using surefire (yet), I am almost certain that it would work.. the followng testcode, and notice the inner suite() method. package no.objectware.test.junit4; import junit.framework.JUnit4TestAdapter; import org.junit.After; import org.junit.AfterClass; imp

Re: JUnit 4.0

2006-02-19 Thread Stefan Bodewig
On Sun, 19 Feb 2006, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > Yes but It seems that JUnit 4 works only with Java 5 ?? It requires Java 5 to compile and annotations for JUnit 4 style tests. JUnit 3 style tests are still supported (so you can run your old tests against JUnit 4) and don't requi

Re: JUnit 4.0

2006-02-18 Thread Arnaud HERITIER
Yes but It seems that JUnit 4 works only with Java 5 ?? Arnaud On 2/18/06, Grzegorz Słowikowski <[EMAIL PROTECTED]> wrote: > Hi All > > JUnit 4.0 has just be released. > > http://sourceforge.net/projects/junit > > What I see is that it uses Java 5 annotations, and it&