right now all new kotlin coroutine using tests sim...
# coroutines
g
right now all new kotlin coroutine using tests simply use the function-as-expression-block notation
Copy code
@Test fun `when things then things`() = runAsyncTest {

}