aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/at/ac/tuwien/sepm/assignment/groupphase/einsatzverwaltung
Commit message (Expand)AuthorAgeFilesLines
* Restructure test folderDominic Rogetzer2018-05-2112-0/+1164
* Change interfaces to use Set instead of ListTharre2018-05-122-9/+9
* Implement VehicleDAO.get() and fix list() misuseTharre2018-05-111-18/+18
* Changed interface back to how it was beforeFelix Kehrer2018-05-071-4/+30
* Changed test behaviour to leave "clean" database for other testsFelix Kehrer2018-05-071-9/+15
* Rename Registration Dao & service to conventional styleFelix Kehrer2018-05-072-8/+6
* Added positive and negative tests for RegistrationServiceFelix Kehrer2018-05-071-0/+124
* Add Application for manual testsFelix Kehrer2018-05-071-0/+53
* Implemented incorrect insert test (specified vehicle does not exist in test d...Felix Kehrer2018-05-071-1/+28
* Implemented correct insert testFelix Kehrer2018-05-071-1/+71
* Added groundwork for DAO testsFelix Kehrer2018-05-071-0/+65