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!