aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add further DBUnit-Tests for employee.add [#25963]Dominic Rogetzer2018-05-221-21/+67
* Add file containing expected data for testAddValidEmployeeJoin [#25963]Dominic Rogetzer2018-05-221-0/+17
* Rename employee persistence test data xml [#25963]Dominic Rogetzer2018-05-221-0/+0
* Add unit-test testAddValidEmployee [#25949]Dominic Rogetzer2018-05-222-0/+82
* Remove OperationServiceComponentTest for nowTharre2018-05-221-160/+0
* Fix merge conflicts caused by interface changeTharre2018-05-221-10/+3
* expand Vehicle Update Persistence Tests #25948Martin Weick2018-05-221-26/+35
* Implement Vehicle Update Tests Persistence #25948Martin Weick2018-05-221-33/+62
* Create XML for Vehicle Update Tests #25948Martin Weick2018-05-221-0/+10
* Implement Persistence Test VehicleMartin Weick2018-05-221-0/+122
* Create Test Data for the Vehicle Persitence TestMartin Weick2018-05-221-0/+10
* Create Test Data for the Vehicle Persitence TestMartin Weick2018-05-221-9/+9
* Add helper methods for DBUnit TestCases [#25949]Dominic Rogetzer2018-05-221-0/+41
* Implement requestVehicles() in service+DAO #25953Tharre2018-05-217-4/+326
* Add convenience functions to JdbcTestCase #27059Tharre2018-05-211-1/+23
* Restructure test folderDominic Rogetzer2018-05-2112-46/+72
* JdbcTestCase changed to work with Junit 4Tharre2018-05-212-11/+92
* Extract dbunit JDBC modifications to JdbcTestCaseTharre2018-05-132-42/+53
* Change interfaces to use Set instead of ListTharre2018-05-124-18/+18
* Fix DBUnit's enums and revert database changesTharre2018-05-121-121/+92
* Implement VehicleDAO.get() and fix list() misuseTharre2018-05-111-18/+18
* Changed interface back to how it was beforeFelix Kehrer2018-05-071-4/+30