jdt-codemining icon indicating copy to clipboard operation
jdt-codemining copied to clipboard

Test codeminings are shown for testng tests as well

Open gayanper opened this issue 3 years ago • 1 comments

The @Test from testng is identified by junit test code mining and try to execute the testng test with junit.

gayanper avatar Aug 05 '20 10:08 gayanper

This is cased by the JUnit3Tester which only checked for method pattern. We also need to check for the base class as well.

gayanper avatar Aug 16 '20 12:08 gayanper