Add proper unit tests for facade pattern

This commit is contained in:
Jeroen Meulemeester
2015-12-09 22:16:33 +01:00
committed by Jeroen Meulemeester
parent a3372febd0
commit 2c0a5e8703
2 changed files with 107 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>