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
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
[ 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
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
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
>
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
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
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&