I had been using artifact junit:junit-dep:4.4 rather than junit:junit:4.4. It seems this dependency does not trigger the Surefire JUnit4 booter. This is a shame as I would consider the -dep version to be the more correct and mavenish version, as it uses the dependency mechanism rather than making an uber-jar.
----- Original message ----- From: "Martin Gilday" <[EMAIL PROTECTED]> To: [email protected] Date: Fri, 23 Nov 2007 13:00:09 +0000 Subject: JUnit 4 @Before I'm trying to use Maven and JUnit 4, but none of my @Before methods seem to get called. I am using 2.3.1-SNAPSHOT of Surefire. Is this a known issue? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
