Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed interface back to how it was before | Felix Kehrer | 2018-05-07 | 1 | -4/+30 |
| | |||||
* | Changed test behaviour to leave "clean" database for other tests | Felix Kehrer | 2018-05-07 | 1 | -9/+15 |
| | |||||
* | Rename Registration Dao & service to conventional style | Felix Kehrer | 2018-05-07 | 2 | -8/+6 |
| | |||||
* | Merge branch 'employee_list' into fahrzeug_anmelden | Felix Kehrer | 2018-05-07 | 2 | -0/+167 |
|\ | |||||
| * | Implement EmployeePersistenceTest with DBUnit | Dominic Rogetzer | 2018-05-07 | 1 | -0/+155 |
| | | |||||
| * | Add test-data in xml format for EmployeePersistenceTest | Dominic Rogetzer | 2018-05-07 | 1 | -0/+12 |
| | | |||||
* | | Added positive and negative tests for RegistrationService | Felix Kehrer | 2018-05-07 | 1 | -0/+124 |
| | | |||||
* | | Add Application for manual tests | Felix Kehrer | 2018-05-07 | 1 | -0/+53 |
| | | |||||
* | | Implemented incorrect insert test (specified vehicle does not exist in test ↵ | Felix Kehrer | 2018-05-07 | 1 | -1/+28 |
| | | | | | | | | database) | ||||
* | | Implemented correct insert test | Felix Kehrer | 2018-05-07 | 1 | -1/+71 |
| | | |||||
* | | Added groundwork for DAO tests | Felix Kehrer | 2018-05-07 | 1 | -0/+65 |
|/ | |||||
* | Merge 'VehicleDBDAO' and 'DBVehicleDAO' to 'VehicleDatabaseDao' | Dominic Rogetzer | 2018-05-06 | 1 | -2/+2 |
| | |||||
* | Fix rebase errors | Viktoria Pundy | 2018-05-06 | 4 | -49/+9 |
| | |||||
* | Added some test for persistence layer/small changes | Viktoria Pundy | 2018-05-06 | 3 | -376/+0 |
| | |||||
* | Added test for persistence layer | Viktoria Pundy | 2018-05-06 | 1 | -0/+67 |
| | |||||
* | Mocked H2 | Viktoria Pundy | 2018-05-06 | 1 | -3/+2 |
| | |||||
* | Added some component tests, mocking of database still necessary | Viktoria Pundy | 2018-05-06 | 1 | -0/+155 |
| | |||||
* | Small Changes | Viktoria Pundy | 2018-05-06 | 1 | -1/+1 |
| | |||||
* | Added unit tests | Viktoria Pundy | 2018-05-06 | 1 | -8/+114 |
| | |||||
* | Added file for unit tests | Viktoria Pundy | 2018-05-06 | 1 | -0/+49 |
| | |||||
* | Added some test for persistence layer/small changes | Viktoria Pundy | 2018-05-06 | 3 | -376/+0 |
| | |||||
* | Added test for persistence layer | Viktoria Pundy | 2018-05-06 | 1 | -0/+67 |
| | |||||
* | Mocked H2 | Viktoria Pundy | 2018-05-06 | 1 | -3/+2 |
| | |||||
* | Added some component tests, mocking of database still necessary | Viktoria Pundy | 2018-05-06 | 1 | -0/+155 |
| | |||||
* | Small Changes | Viktoria Pundy | 2018-05-06 | 1 | -1/+1 |
| | |||||
* | Added unit tests | Viktoria Pundy | 2018-05-06 | 1 | -8/+114 |
| | |||||
* | Added file for unit tests | Viktoria Pundy | 2018-05-06 | 1 | -0/+49 |
| | |||||
* | Added some test for persistence layer/small changes | Viktoria Pundy | 2018-05-06 | 4 | -74/+132 |
| | |||||
* | Added test for persistence layer | Viktoria Pundy | 2018-05-06 | 1 | -0/+67 |
| | |||||
* | Mocked H2 | Viktoria Pundy | 2018-05-06 | 1 | -3/+2 |
| | |||||
* | Added some component tests, mocking of database still necessary | Viktoria Pundy | 2018-05-06 | 1 | -0/+155 |
| | |||||
* | Small Changes | Viktoria Pundy | 2018-05-06 | 1 | -1/+1 |
| | |||||
* | Added unit tests | Viktoria Pundy | 2018-05-06 | 1 | -8/+114 |
| | |||||
* | Added file for unit tests | Viktoria Pundy | 2018-05-06 | 1 | -0/+49 |
| | |||||
* | Implements GUI Tests for create new Vehicle | Martin Weick | 2018-05-04 | 1 | -0/+54 |
| | |||||
* | Prepare UI tests for CreateNewVehicle | Martin Weick | 2018-05-04 | 3 | -0/+95 |
| | |||||
* | Move CarAddTestService to package vehicle | Martin Weick | 2018-05-04 | 1 | -1/+1 |
| | |||||
* | Refactor getTopModalStage to Helper | Martin Weick | 2018-05-04 | 2 | -24/+32 |
| | |||||
* | commit for merge | Martin | 2018-05-04 | 4 | -195/+0 |
| | |||||
* | UI Tests | Martin | 2018-05-04 | 4 | -0/+195 |
| | |||||
* | tests | Martin Weick | 2018-05-04 | 1 | -0/+283 |
| | |||||
* | Change occurences of PersistenceException in Service and Controllers | Dominic Rogetzer | 2018-05-03 | 3 | -16/+10 |
| | | | | to ServiceExceptions | ||||
* | Run maven fmt:format to reformat code | Dominic Rogetzer | 2018-05-03 | 2 | -12/+14 |
| | |||||
* | Remove duplicate code of initializing employeeService | Dominic Rogetzer | 2018-05-03 | 1 | -16/+5 |
| | |||||
* | Remove 'test'-suffix of CreateNewEmployeeApplicationTest | Dominic Rogetzer | 2018-05-03 | 1 | -2/+2 |
| | |||||
* | Add support for high-DPI aware GUI-tests (HighDpiAwareApplicationTest) | Dominic Rogetzer | 2018-05-03 | 3 | -2/+58 |
| | |||||
* | add GUI-tests | Dominic Rogetzer | 2018-05-03 | 3 | -0/+195 |
| | |||||
* | add unit tests for employeeService, format code in EmployeeServiceImpl | Dominic Rogetzer | 2018-05-03 | 1 | -0/+67 |