testng-eclipse
testng-eclipse copied to clipboard
Allow NewTestNGClassWizardPage to generate files ending in .scala
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.
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?