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
-
Start the Eclipse workbench
-
Extract the junit.jar file into a directory on the file system
-
Select File->New->Project from the resource perspective
-
Select Simple and then Project and Press Next
Create project at default location
-
In Project Name field, type in Project Test
-
Press Next and select another project as a reference project
-
Press the Finish button
-
Verify a new Project Test project is created (in navigator view and in
the file system)
-
Verify, in the project's properties dialog, that the Project References
page includes the project referenced.
Create project at specific location
-
In Project Name field, type in Project Test2
-
Uncheck the Use Default Location option
-
In the Location field, type in the directory containing the junit source
code.
-
Press the Finish button
-
Verify a new Project Test2 project is created (in navigator view)
-
Verify the contents of the project match the files/folders for junit on
the file system
Cleanup
-
Delete projects Project Test and Project Test2