Package dtu.library.app

Class Summary
SampleDataSetup A class the defines a common setUp (e.g.
TestAddBook This class contains tests, testing the functionality of adding books to the library.
TestBorrowBook This class contains the test for testing borrowing of books (and returning them).
TestDateServer  
TestOverdue  
TestRegisterUser  
TestReturnBook  
TestSearchBook Note that the test class has been refactor to inherit its setup method from class SampleDataSetup.