aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/at/ac/tuwien/sepm/assignment/groupphase/einsatzverwaltung
Commit message (Expand)AuthorAgeFilesLines
* move original operation so it can be used multiple times #27303Felix Kehrer2018-06-131-23/+26
* Add TODO comments as feedback which occurred during JourFixe [#28535]Dominic Rogetzer2018-06-121-0/+2
* Add integration tests for registration- service/dao [#27302]Dominic Rogetzer2018-06-111-0/+53
* Extract two methods in RegistrationServiceTest for later use [#27302]Dominic Rogetzer2018-06-111-3/+14
* Refactor RegistrationDAOTest to make use of DB-unit [#27302]Dominic Rogetzer2018-06-111-65/+8
* Move GuiTestConfiguration to inner class of GuiTestApplication [#27302]Dominic Rogetzer2018-06-112-43/+28
* Remove duplicate code by creating a general GuiTestApplication [#27302]Dominic Rogetzer2018-06-116-114/+50
* Refactor Spring-Configuration for GUI-Tests [#27302]Dominic Rogetzer2018-06-113-34/+43
* implemented working testListOperations() #27844Felix Kehrer2018-06-051-2/+24
* removed obsolete comments #27844Felix Kehrer2018-06-051-3/+0
* change tests to always run in UTC #27844Felix Kehrer2018-06-031-0/+7
* adapt tests to changed behaviour due to bugfix (#27844) #27303Felix Kehrer2018-06-031-0/+1
* implement working test case for .add() #27303Felix Kehrer2018-06-031-2/+5
* added logging before throwing ServiceException #27033Felix Kehrer2018-06-031-3/+3
* Change package structure/naming #25963Tharre2018-05-246-17/+17
* Fix id validation in OperationService #25963Tharre2018-05-241-2/+1
* Set severity inside OperationService.add() #25963Tharre2018-05-241-4/+3
* Fix conflict with OperationDAOTest #25963Tharre2018-05-241-2/+7
* Add missing constructor parameters in VehiclePersistenceTest [#25963]Dominic Rogetzer2018-05-241-2/+12
* Add missing constructor parameters in RegistrationDAOTest [#25963]Dominic Rogetzer2018-05-241-1/+5
* Fix and cleanup Operation dao+service #25963Tharre2018-05-245-578/+108
* JF: Move VehiclePersistenceTest to correct package [#27241]Dominic Rogetzer2018-05-231-0/+151
* Work around H2 bug in operation.list()Tharre2018-05-231-0/+9
* Remove id-columns at comparison [#25874]Dominic Rogetzer2018-05-221-2/+2
* Remove tearDownOperation from EmployeePersistenceTest + format [#25950]Dominic Rogetzer2018-05-221-7/+0
* Implement service tests for employeeUpdate [#25950]Dominic Rogetzer2018-05-221-8/+20
* Access jdbcConnectionManager via getter [#25963]Dominic Rogetzer2018-05-221-1/+1
* Refactor EmployeeServiceTest to use a single builder [#25963]Dominic Rogetzer2018-05-221-23/+12
* Implement tests for updating a valid and non-existing employee [#25949]Dominic Rogetzer2018-05-221-2/+64
* Refactor testAddValidEmployeeJoin to use helper methods [#25963]Dominic Rogetzer2018-05-221-8/+6
* Adjust EmployeePersistenceTest to use new JdbcTestCase [#25949]Dominic Rogetzer2018-05-221-7/+11
* Add further DBUnit-Tests for employee.add [#25963]Dominic Rogetzer2018-05-221-21/+67
* Add unit-test testAddValidEmployee [#25949]Dominic Rogetzer2018-05-221-0/+66
* Remove OperationServiceComponentTest for nowTharre2018-05-221-160/+0
* Implement requestVehicles() in service+DAO #25953Tharre2018-05-214-4/+273
* 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