keemyb / SEPR-LYS-A2

Train simulator beta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SEPR-LYS-A2

This project requires the JDK. You can download it from here.

Tests

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.

  1. Select File, Project Structure
  2. Select Modules
  3. Select the "test" folder
  4. Mark the folder as a test folder in the above toolbar

In IntelliJ IDEA 14, a test configuration is required:

  1. Select Run, Edit Configurations
  2. Select Add (Plus Button), JUnit
  3. Name this configuration "All Tests"
  4. Change Test Kind to "All in package"
  5. In the package textbox enter "lys"
  6. Change Search for tests to "In whole project"

About

Train simulator beta


Languages

Language:Java 100.0%