aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|
* Prepare UI tests for CreateNewVehicleMartin Weick2018-05-043-0/+95
|
* Move CarAddTestService to package vehicleMartin Weick2018-05-041-1/+1
|
* Refactor getTopModalStage to HelperMartin Weick2018-05-042-24/+32
|
* commit for mergeMartin2018-05-044-195/+0
|
* UI TestsMartin2018-05-044-0/+195
|
* testsMartin Weick2018-05-041-0/+283
|
* Change occurences of PersistenceException in Service and ControllersDominic Rogetzer2018-05-033-16/+10
| | | | to ServiceExceptions
* Run maven fmt:format to reformat codeDominic Rogetzer2018-05-032-12/+14
|
* Remove duplicate code of initializing employeeServiceDominic Rogetzer2018-05-031-16/+5
|
* Remove 'test'-suffix of CreateNewEmployeeApplicationTestDominic Rogetzer2018-05-031-2/+2
|
* Add support for high-DPI aware GUI-tests (HighDpiAwareApplicationTest)Dominic Rogetzer2018-05-033-2/+58
|
* add GUI-testsDominic Rogetzer2018-05-033-0/+195
|
* add unit tests for employeeService, format code in EmployeeServiceImplDominic Rogetzer2018-05-031-0/+67