netbeans-gradle-project
netbeans-gradle-project copied to clipboard
TestNG support in Netbeans Gradle project
Creating TestNG test cases seems not to work on Gradle project. When I select Tools and Create/Update Tests in context menu of java, change to TestNG and click OK nothing happens. Moreover, if I try to create testng file directly (New File ->Unit Tests -> TestNG -> TestNG Test Case) it it not getting created. Howewer selecting JUnit works perfectly in both cases. When working on non gradle project TestNG are created without any problem.
I can verify this issue but I wonder what might be the cause of it, since there is nothing JUnit specific (seemingly) in this. I will look into this issue more tomorrow evening.