Add proper unit tests for decorator pattern

This commit is contained in:
Jeroen Meulemeester
2015-12-07 20:23:52 +01:00
parent 8367c83aca
commit 10a94cc91c
3 changed files with 108 additions and 0 deletions

View File

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