Added tests for proxy pattern

This commit is contained in:
Jeroen Meulemeester
2015-12-28 21:28:12 +01:00
parent 9d4c3154b1
commit 299d612b9b
5 changed files with 156 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>