aCiotola / ReservationSys

Software Dev 3 - Assignment
0 stars 0 forks source link

Add more cases to RoomListDBTest App #10

Closed aCiotola closed 7 years ago

aCiotola commented 7 years ago

Look at the RoomListDBTest application. Notice that it has a setup and teardown method to create and delete the test data files. These methods are invoked at the start and end of each test method to make sure that each test case is independant. CHANGE and/or ADD MORE test cases to fill up the custs and reservs arrays. Be very careful: the files must remain in sorted order as a precondition! You should always write methods and test them immediately and independently of the other methods.

aCiotola commented 7 years ago

Completed