Product with nested tests

Layout on file system

Steps for defining a corresponding project

  1. Click Open VJET perspective Window > Open Perspective > Other... > VJET to change to the VJET perspective.

  2. Click Open new VJET project wizard File > New > Other... > VJET Project to open the New VJET Project wizard.

  3. Type "Project1" in the Project name field. Click Next.

    New VJET Project wizard

  4. On the next page, Select "Project1" source folder.

    Click Link additional source link in Details pane or button Link Additional Source to Project in view bar.

    VJET Project Source setup

  5. In Link Source click Browse.... and choose the C:\Project\SourceFile directory.

    Link Source dialog

  6. Click Finish to validate and close the dialog.

  7. Expand the "src" source folder. Select the empty package "tests" and set it as source folder using either Use as Source Folder popup-menu item or button Use as Source Folder in view bar.

    VJET Project Source setup

  8. Your project source setup now looks as follows:

    VJET Project Source final setup

  9. Click Finish.
  10. You now have a VJET project with two source folders: "src" and "src/tests" which contain respectively the C:\Project\SourceFile directory and the C:\Project\SourceFile\tests directory.

    Created VJET project in Workspace

Related reference