java - How can I run all JUnit tests in one package @ NetBeans? -
i have trillion test packages bazillion tests , want run of packages. must run whole project (some tests takes long complete) or need run every single file manually. how possible run packages in netbeans ? can't find option ...
it's not want, netbeans topic, running junit test, says:
if want run subset of project's tests or run tests in specific order, can create test suites specify tests run part of suite. after creating test suite run suite in same way run single test class.
creating test suite covered in topic creating junit test.
Comments
Post a Comment