PatchImplementationTest: Don't immediately fail upon finding an error

This commit is contained in:
Max Weber
2019-01-15 22:14:43 -07:00
parent a225789f0c
commit c017bd4a36
3 changed files with 21 additions and 9 deletions

View File

@@ -220,6 +220,12 @@
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>