So I have a multiplatform library - Android, iOS a...
# test
t
So I have a multiplatform library - Android, iOS and partial JS. What is the latest (unit) testing story for this scenario? That is, should I be able to run tests against the 3 different platforms easily from IntelliJ (I have the Ultimate if needed) or AS? Any up-to-date examples I might look to? Thank you.
Okay, spent some time here, and found the expect/actual testSuspend that the Ktor folks use, so I ‘borrowed’ that. Seems like perhaps in kotlin coroutines test package there perhaps could be expected helpers methods like this so that we can write common test code without resorting to adding our own implementations. Thanks!