Added proper tests for front-controller pattern

This commit is contained in:
Jeroen Meulemeester
2015-12-13 13:58:39 +01:00
parent dbca06a9e7
commit 9059d2b96c
6 changed files with 263 additions and 0 deletions

View File

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