Greetings, I have a project that has both TestNG and JUnit in the classpath. The project itself is a TestNG extension, but its tests are written in JUnit (mainly to keep consistency with other modules within the parent project.) When I run my tests using Surefire, it says that the project has 0 tests. I'm guessing that Surefire is trying to run my tests with TestNG, since it is in the classpath. Is there any way to instruct Surefire to use JUnit instead?
(BTW, I tried to find the answer myself before posting this question) :) Many thanks in advance, -Alex
