Added tests for observer pattern

This commit is contained in:
Jeroen Meulemeester
2015-12-27 13:26:15 +01:00
parent 4c938ab8a5
commit 3e20a2afa8
6 changed files with 253 additions and 0 deletions

View File

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