jdt-codemining
jdt-codemining copied to clipboard
Test codeminings are shown for testng tests as well
The @Test from testng is identified by junit test code mining and try to execute the testng test with junit.
This is cased by the JUnit3Tester which only checked for method pattern. We also need to check for the base class as well.