Added tests for visitor pattern

This commit is contained in:
Jeroen Meulemeester
2015-12-30 20:55:22 +01:00
parent 997bfba3b2
commit 09d3a82884
10 changed files with 345 additions and 0 deletions
+5
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>