aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Fix operationDaoTests due to commit 824e8cb [#25963]Dominic Rogetzer2018-06-192-6/+6
* Fix names of vehicles in test-data [#25963]Dominic Rogetzer2018-06-196-17/+19
* Add missing RegistrationDatabaseDao [#25963]Dominic Rogetzer2018-06-191-3/+5
* Sort imports after renameTharre2018-06-1811-28/+28
* Rename 'einsatzverwaltung' to 'missioncontrol' + remove TODO [#25963]Dominic Rogetzer2018-06-1813-83/+83
* Fix employee&vehicle-dao-tests to use correct alert headers [#25963]Dominic Rogetzer2018-06-172-6/+12
* Rework RegistrationDatabaseDAO #27305Tharre2018-06-171-2/+2
* Rework EmployeeDao to use pstmts directly #27305Tharre2018-06-161-2/+1
* Rename OperationServiceIntegrationTest, add another test case [#27302]Dominic Rogetzer2018-06-161-3/+10
* Add integration test for adding operation [#27302]Dominic Rogetzer2018-06-161-53/+70
* Started adding tests [#27303]Viktoria Pundy2018-06-162-0/+85
* change Vehicle Gui Test #27301Martin Weick2018-06-141-3/+3
* add simple test for .get() #27303Felix Kehrer2018-06-131-0/+7
* 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
* Refactor insert/delete scripts to DB-Unit xml file [#27302]Dominic Rogetzer2018-06-111-0/+18
* Make HighDpiAwareApplicationTest abstract [#25963]Dominic Rogetzer2018-06-111-1/+1
* 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-055-7/+30
* removed obsolete comments #27844Felix Kehrer2018-06-051-3/+0
* change tests to always run in UTC #27844Felix Kehrer2018-06-032-1/+8
* adapt tests to changed behaviour due to bugfix (#27844) #27303Felix Kehrer2018-06-035-5/+6
* implement working test case for .add() #27303Felix Kehrer2018-06-032-2/+26
* added logging before throwing ServiceException #27033Felix Kehrer2018-06-034-6/+6
* added handling for "timestamp with time zone" #27844Felix Kehrer2018-06-021-7/+10
* fixed "actual" and "expected" values being mixed upFelix Kehrer2018-05-301-1/+1
* 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
* Fix vehicleTestData, vehicleTestUpdateExpectedData (id swap) [#25963]Dominic Rogetzer2018-05-242-13/+13
* 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
* Fix DBUnit warningsTharre2018-05-241-0/+7
* JF: Move VehiclePersistenceTest to correct package [#27241]Dominic Rogetzer2018-05-231-3/+1
* 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-222-2/+78
* 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