New Project Wizard

Purpose

The plan is to create a single empty project. The end result of this wizard should be an empty project.

Setup

Create project at default location

  1. In Project Name field, type in Project Test
  2. Press Next and select another project as a reference project
  3. Press the Finish button
  4. Verify a new Project Test project is created (in navigator view and in the file system)
  5. Verify, in the project's properties dialog, that the Project References page includes the project referenced.

Create project at specific location

  1. In Project Name field, type in Project Test2
  2. Uncheck the Use Default Location option
  3. In the Location field, type in the directory containing the junit source code.
  4. Press the Finish button
  5. Verify a new Project Test2 project is created (in navigator view)
  6. Verify the contents of the project match the files/folders for junit on the file system

Cleanup