Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0 (2.2 plugin)
-
None
-
None
-
Maven 2.0.4
Surefire Plugin 2.2
TestNG 4.7 jdk15 (using annotations)
Sun JDK 1.5_06
Windows XP SP 2
Description
Attachment contains 2 projects which are identical except for how the test cases are referenced. In one project they are referenced via a suite xml file. In the second they are referenced using the includes tag. I believe they should produce identical results.
Both projects find all 6 test classes, but only the one using a suite xml file actually executes the configuration methods and test methods. The project using an includes tag completely ignores the configuratiion methods and test methods.
Attachments
Attachments
Issue Links
- is duplicated by
-
SUREFIRE-205 TestNG tests are not run by Maven
- Closed
-
SUREFIRE-208 Surefire doesn't work if testng is in the classpath and a suitexml isn't being used
- Closed