aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | This avoids duplicate parsing in the UI or adding a getSeverityFromOpcode() method to the interface.
* Fix conflict with OperationDAOTest #25963Tharre2018-05-241-2/+7
|
* Add missing constructor parameters in VehiclePersistenceTest [#25963]Dominic Rogetzer2018-05-241-2/+12
| | | | Additional parameters for VehicleDatabaseDao were added in previous commit f43bb72
* Add missing constructor parameters in RegistrationDAOTest [#25963]Dominic Rogetzer2018-05-241-1/+5
| | | | Additional parameters were added in 19419f8
* 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
| | | | | | Cannot ensure that next autogenerated id is X, because DBUnit just refreshes the DB, which is deleting the entries but not resetting sequences
* Remove tearDownOperation from EmployeePersistenceTest + format [#25950]Dominic Rogetzer2018-05-221-7/+0
| | | | | tearDownOperation method not needed anymore, as with the new version of JdbcTestCase, teardown automatically clears database
* 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
| | | | It causes way to many conflicts and is poorly designed.
* 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
|
* Implement Persistence Test VehicleMartin Weick2018-05-221-0/+122
|
* Add helper methods for DBUnit TestCases [#25949]Dominic Rogetzer2018-05-221-0/+41
|
* Implement requestVehicles() in service+DAO #25953Tharre2018-05-214-4/+273
|
* 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
|
* 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
|
* Merge branch 'employee_list' into fahrzeug_anmeldenFelix Kehrer2018-05-071-0/+155
|\
| * Implement EmployeePersistenceTest with DBUnitDominic Rogetzer2018-05-071-0/+155
| |
* | 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 ↵Felix Kehrer2018-05-071-1/+28
| | | | | | | | database)
* | Implemented correct insert testFelix Kehrer2018-05-071-1/+71
| |
* | Added groundwork for DAO testsFelix Kehrer2018-05-071-0/+65
|/
* Merge 'VehicleDBDAO' and 'DBVehicleDAO' to 'VehicleDatabaseDao'Dominic Rogetzer2018-05-061-2/+2
|
* Fix rebase errorsViktoria Pundy2018-05-064-49/+9
|
* Added some test for persistence layer/small changesViktoria Pundy2018-05-063-0/+434
|
* Implements GUI Tests for create new VehicleMartin Weick2018-05-041-0/+54
|