testng-eclipse icon indicating copy to clipboard operation
testng-eclipse copied to clipboard

Allow NewTestNGClassWizardPage to generate files ending in .scala

Open danieljue opened this issue 10 years ago • 1 comments

When creating a new TestNG class after having selected a scala class this process seems to work fine, such as selecting the methods to test. When I get to define the name and path to the new file, the wizard puts Something.scalaTest as the filename, which the current code doesn't allow.

Line 256-257 in NewTestNGClassWizardPage.java should allow for new Scala test classes that end in .scala, not just .java files.

danieljue avatar Nov 16 '15 18:11 danieljue

hi @danieljue i'm not quite sure if we need to implement something very specific for Scala in TestNG Eclipse Plugin could you create PR and let's see how will this be going?

missedone avatar Nov 30 '15 15:11 missedone