Migrate Kotlin tests to Mockk

See gh-15993
This commit is contained in:
Sebastien Deleuze
2019-02-19 12:39:44 +01:00
committed by Stephane Nicoll
parent 967eecfbf8
commit cca79b8d4d
3 changed files with 40 additions and 61 deletions

View File

@@ -188,8 +188,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.nhaarman</groupId>
<artifactId>mockito-kotlin</artifactId>
<groupId>io.mockk</groupId>
<artifactId>mockk</artifactId>
<scope>test</scope>
</dependency>
<dependency>