Add proper unit tests for dependency-injection pattern

This commit is contained in:
Jeroen Meulemeester
2015-12-10 21:18:16 +01:00
committed by Jeroen Meulemeester
parent 0643289c74
commit 29fc56002a
5 changed files with 209 additions and 0 deletions

View File

@ -13,6 +13,11 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>