Added tests for template-method pattern

This commit is contained in:
Jeroen Meulemeester
2015-12-30 19:48:38 +01:00
parent 09d3a82884
commit 47709e24b9
5 changed files with 243 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>