Hi Folks - I have a question and I am not sure wha...
# getting-started
t
Hi Folks - I have a question and I am not sure whats the best palce to ask. I am working with Mockito tests and Kotlin and can't make my
given
stub working. Any Idea where to ask?
r
Are you able to use mockk instead? https://mockk.io/
m
You use the kotlin version of mockito or the java version? And may I suggest you look into mockk...it changed my life and is programmatic in terms of Kotlin imo.
t
Sure. Let me try to port my code real quick. stand by.
m
I really like the API for mockk but it was so much slower than mockito.