@Test fun `should do this and that` { myClass.doSomething() } // MyClass.kt fun doSomething() { doAsync { // what I want to execute & verify in tests } }