Added tests for specification pattern

This commit is contained in:
Jeroen Meulemeester
2015-12-29 20:12:53 +01:00
parent d0cdf84936
commit 5611f26c77
5 changed files with 227 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>