New Test Suite Wizard: Name and Location

See Also

The New Test Suite wizard creates a new empty JUnit test suite in the specified test folder. A test suite is basically a class with a method that invokes the specified test cases, such as specific test classes, test methods in test classes and other test suites. You open the New Test Suite wizard by selecting Test Suite in the JUnit category of the New File wizard.

In the Name and Location panel, you set the following properties:

When you click Finish the IDE creates the test suite class based on the parameters you have specified and opens the class in the editor. The test suite class then appears in the Projects window under the package-name node in the test folder .

See Also
Creating a JUnit Test
Running a JUnit Test
About JUnit

Legal Notices