This project requires the JDK. You can download it from here.
Tests can be found in the directory "test". It mirrors the "src" folder. All tests use the JUnit 4 library.
If you are using IntelliJ IDEA 14, you will need to make sure that the test folder is recognised as such.
- Select File, Project Structure
- Select Modules
- Select the "test" folder
- Mark the folder as a test folder in the above toolbar
In IntelliJ IDEA 14, a test configuration is required:
- Select Run, Edit Configurations
- Select Add (Plus Button), JUnit
- Name this configuration "All Tests"
- Change Test Kind to "All in package"
- In the package textbox enter "lys"
- Change Search for tests to "In whole project"