Added test for Copier

* Created Test covering all lines and mutations
* Added HierachicalContextRunner dependency to allow more structured
tests
This commit is contained in:
Markus Kreusch
2015-12-30 20:53:27 +01:00
parent db4b8955f4
commit 806e366a72
4 changed files with 190 additions and 7 deletions
+4
View File
@@ -18,6 +18,10 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>de.bechte.junit</groupId>
<artifactId>junit-hierarchicalcontextrunner</artifactId>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>