Hi guys, I have question. I'am writing a library t...
# test
g
Hi guys, I have question. I'am writing a library to communication with my backend. I'am using retrofit and rxjava to service endpoint. What I should test and what I should use to tests api, some library etc?
o
My suggeation will be to use kotlin.test (common Jetbrains wrapper on JUnit), atrium and MockK
I am mockk author
So I can enhance RxJava support if needed
(Actually Id like to)
g
@oleksiyp Thank you for the answer. I will check libs that you gave. Mockk looks great, good job 👍