Lageson,Thomas M wrote:
I have Maven 2 working with Junit 4.1 using the surefire 2.3-SNAPSHOT.
The only thing that isn't working as expected is that the test classes
need to have a name that ends in Test (e.g. MyAppTest.java). Having
names like MyAppTest1.java or MyApp.java means that Maven can't seem to
recognize that as a test class. Junit 4.1 doesn't have this requirement
or expectation for the test name.
Are other people seeing this behavior?
- Tom
This is the default behavior of the surefire-plugin. Read more about
inclusion and exclusions here:
http://maven.apache.org/plugins/maven-surefire-plugin/examples/inclusion-exclusion.html
--
Dennis Lundberg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]