1
Commit Graph

78 Commits

Author SHA1 Message Date
6f1f802b6d added Exception for deleteUserEvent 2020-03-09 16:41:52 +01:00
3c51896fb0 added Tests for Title and Description 2020-03-09 16:29:18 +01:00
b30a4d02f9 Implemented Exeption and their handling 2020-03-09 16:18:14 +01:00
0a9922b8fe Merge branch 'event-db' of /home/christoph/Documents/repos/abschlussprojekt-it-bois with conflicts. 2020-03-09 16:12:17 +01:00
23cff2c3d3 add test SerializationEvent test 2020-03-09 15:52:55 +01:00
1b1de974c6 Add class to build random events for easier testing 2020-03-09 15:49:20 +01:00
160e03d9e9 add test for SerializationService 2020-03-09 14:57:32 +01:00
72c8d2b9b0 added Tests and fix addUserEvent 2020-03-09 14:39:46 +01:00
af4a12c892 refactor aggregate build process 2020-03-09 13:25:38 +01:00
86a4975c00 fix tests after refactor 2020-03-09 12:46:29 +01:00
cc174b3269 general style improvements + javadoc 2020-03-06 22:18:11 +01:00
e05c6f4e3a decreased visibility of group-fields -> adapted tests and GroupService 2020-03-06 21:30:58 +01:00
fb3a94cf04 changed role representation to enum 2020-03-06 20:58:57 +01:00
17ae13c1e8 made events immutable, removed group-setters -> changed tests to work without setters. 2020-03-06 20:55:29 +01:00
0537f27333 try to make naming more consistent 2020-03-06 20:23:39 +01:00
0e1e79d51a slight changes to package structure + naming 2020-03-06 20:10:23 +01:00
47b2a734fa created createGroup - test 2020-03-06 16:43:16 +01:00
9b1f113388 Merge remote-tracking branch 'origin/Services' into Services 2020-03-06 16:38:25 +01:00
4d90cd23a3 fix test updateRoleForExistingUser() 2020-03-06 16:38:14 +01:00
a11a5eeb51 Merge remote-tracking branch 'origin/Services' into Services 2020-03-06 16:35:14 +01:00
2b1e542688 Merge remote-tracking branch 'origin/Services' into Services 2020-03-06 16:21:27 +01:00
d14d95dad9 add assertJ + UpdateRoleEvent test 2020-03-06 16:21:20 +01:00
37a7e98bc3 Merge remote-tracking branch 'origin/Services' into Services
# Conflicts:
#	src/test/java/mops/gruppen2/entities/GruppeTest.java
2020-03-06 16:08:54 +01:00
207fd6742e update Test for addUser 2020-03-06 16:07:52 +01:00
991287527e add test to addUser-Event 2020-03-06 15:58:12 +01:00
131bf6c5b7 created createGroup - test 2020-03-06 15:47:38 +01:00
2143fe814b created GruppTest 2020-03-06 14:49:05 +01:00
249ec333b2 fix folders 2020-03-03 14:13:02 +01:00