New JUnit Test Wizard: Name and Location

See Also

The New JUnit Test wizard creates a new empty JUnit test class in the specified test folder. When you create an empty test the IDE generates a test class that does not contain any skeleton methods. You open the New JUnit Test wizard by selecting JUnit Test 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 class based on the parameters you have specified and opens the class in the editor. The test 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