Add proper unit tests for event-aggregator pattern

This commit is contained in:
Jeroen Meulemeester
2015-12-12 20:13:25 +01:00
parent 1b74e0ff67
commit 885d5bb7dd
9 changed files with 355 additions and 0 deletions

View File

@ -13,5 +13,10 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>