Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Run Zong! in Eclipse

Currently, there is no runnable component of Zong! in the repository. If the first one is online, we will update this section.the following runnable components exist within the Zong! project. They can be started by right-clicking the corresponding ".launch"-file and selecting "Run As → (app name)".

  • Zong! Player: project "player", file "Player.launch"
  • Zong! demo apps: project "demos"
    • MinimalDemo
    • SimpleGuiDemo

 

...

Run automated tests in Eclipse

Zong! and the Xenoage Utils project contain a lot of unit tests.

The unit tests of Zong! are bundled in the project named "test", within the directory named "test". To run them, simply right click on a project this folder and select "Run As → JUnit Test".

The unit tests of Xenoage Utils are bundled in the project named "utils-test".