#113 Event Driven Architecture

Adds unit test to assert and verify pattern behaviour
This commit is contained in:
cfarrugia
2015-11-28 17:25:15 +01:00
parent e1c0731f7e
commit 3ad36020aa
4 changed files with 61 additions and 2 deletions

View File

@ -15,7 +15,6 @@ public class UserCreatedEvent extends Event {
this.user = user;
}
public User getUser() {
return user;
}