Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.4.3
-
None
-
None
-
Windows XP sp2, Maven 2.0.9, JUnit 4.x, TestNG 5.x
Description
I have a simple maven project with JUnit and TestNG as dependencies.
I only have JUnit tests using the @Test annotation.
But if TestNG is on the classpath the test class is picked up by surefire, but the Test annotation is ignored.
I have not included a test, but a simple demo maven app.
Attachments
Attachments
Issue Links
- duplicates
-
SUREFIRE-377 When JUnit and TestNG tests are in same project, only one set gets run
- Closed