https://kotlinlang.org logo
#announcements
Title
# announcements
t

tiare.balbi

11/08/2017, 7:05 AM
👍 10
K 4
d

dasz

11/08/2017, 7:32 AM
why not simple Mockito with some improvements? https://github.com/nhaarman/mockito-kotlin
t

tiare.balbi

11/08/2017, 7:42 AM
My personal option on this: 1. Fully created to be used with Kotlin 2. DSL model is more readable 3. Less complexity in the aspect of dependency (mockk is a single dependency doing a single task! ) 4. Support to coroutines
👍 6
m

marcinmoskala

11/08/2017, 9:34 AM
Nice stuff 🙂
o

oleksiyp

11/08/2017, 12:21 PM
You can check how to test project via mockk here https://github.com/Kotlin/kotlin-fullstack-sample/pull/28/files
3 Views