#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

@ -18,6 +18,11 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>