replace legacy JUnit 4 rule for system mock by custom helper

This commit is contained in:
2019-10-20 13:48:41 +02:00
parent 596a097707
commit 9fedb3f88b
5 changed files with 62 additions and 30 deletions

View File

@ -137,12 +137,6 @@
<version>2.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>system-rules</artifactId>
<version>1.17.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>