-
-
v03.1e2eb744f · ·
Full functional application with required choices for user interaction. Working test-classes. Invalid user input handling.
-
v02.2e6b2b80c · ·
Working solution with user input, the ability for the user to interact with the register is now there.
-
-
-
v01.81e67b5de · ·
Updated the TrainDispatchApp class to create an instance of the register and add three departures and then print them to test the functionality.
-
v01.7e69e29ea · ·
Added a toString() method for TrainDeparture class in order to print an information board.
-
v01.697edd825 · ·
Created and added TrainDepartureRegisterTest class with both positive and negative test cases.
-
v01.567409b58 · ·
Added TrainDepartureRegister class with the minimum required methods; addTrainDeparture, removeDeparturesBeforeTime, getTrainDepartureByTrainNumber, getTrainDeparturesByDestination, getAllDeparturesSortedByTime.
-
v01.4f0fc0ac3 · ·
Added proper unit tests for train departures to the test class and added some more descriptions.
-
-
v01.2a3fdfc38 · ·
Added and updated UserInterface class and TrainDispatchApp class with a simple "skeleton" structure.
-
-
v013e0a34fe · ·
Created TrainDeparture class with relevants methods and TrainDepartureTest class file(not completed yet).