Added tests for monostate pattern

This commit is contained in:
Jeroen Meulemeester
2015-12-21 13:29:25 +01:00
parent 6fe01e73b2
commit 531158c836
6 changed files with 58 additions and 15 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>