You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run the code first run 'make compile' followed by 'make run'
To run the tests type 'make test'. You will need to change the Makefile for each test and include the file you want to test before running. e.g to test the data class add TestData.java, for booking add TestBooking.java and so on