Added tests for model-view-controller pattern

This commit is contained in:
Jeroen Meulemeester
2015-12-20 14:31:36 +01:00
parent a57a71b09c
commit 69c9374669
4 changed files with 225 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>