Candidate number = "10071"
This project is an application that has the purpose of being a simplified system for handeling traindeparures from one trainstation.
This project has its non-test files in the package src/main/java/edu/ntnu/stud, while testfiles is in the package src/test/java/edu/ntnu/stud
git repository can be found [here]
The program is run by running the file TrainDispatchApp.java in src/main/java/edu/ntnu/stud. When the program is run it should start by printing out a menu of actions in the terminal, and wait for input for users choice of action.
To run the tests you need to run the two test-files: TrainDepartureTest and TrainDepartureRegisterTest. They are both located in src/test/java/edu/ntnu/stud.