Added tests for intercepting-filter pattern

This commit is contained in:
Jeroen Meulemeester
2015-12-13 15:18:13 +01:00
parent 9059d2b96c
commit de78490d29
5 changed files with 198 additions and 1 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>