When NB IDE 16.0 creates a "simple" new Gradle Java project I presume it
executes *gradle init *with some command line options.

The *gradle init* command offers a choice of test frameworks.  Netbeans
chooses *JUnit Jupiter*.  However, the *gradle init* command also
offers  *JUnit
4* (gradle's default), *TestNG* and *Spock*.

Is there a way for me to get NB IDE to choose the TestNG option?

More generally speaking, what are the best ways to create projects in NB 16
using the other *gradle init* choices?

Thank you

Reply via email to