This may be a basic question, but I need to set up...
# test
t
This may be a basic question, but I need to set up test such that one is called first, and the remaining tests do not continue until the first one completes. They are all asynchronous/ coroutibe based methods...
t
What test framework are you running?
t
kotlin.test for multiplatform, which is hooking into junit4 somehow for Android.