Hello Everyone,
i completed My POC in KMM using Ktor, Realm and shared ViewModel, so now only UI need to take care in android and iOS.
now i need to write the Unit Testing for Ktor, realm and shared viewmodel also, can anyone please share the blog or sample how we can write unit testing and do the mocking in kotlin multiplatform,
Thanks to @John O'Reilly , i have done all these by learning from his blog's and sample code
👀 1
j
Javier
06/28/2021, 11:37 AM
mockk is multiplatform but I prefer just using fakes. ktor has a mocking feature/plugin. About realm I have no idea
âž• 1
n
Napa Ram
06/28/2021, 11:38 AM
if you have any reference let me know thanks for info
j
Javier
06/28/2021, 11:39 AM
mockk and ktor have really good docs, you can get it from their repos