Added tests for layers pattern

This commit is contained in:
Jeroen Meulemeester
2015-12-19 11:52:20 +01:00
parent a0151826ad
commit 5948a82cf2
11 changed files with 401 additions and 8 deletions

View File

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