Nikky
inline fun Suite.itm(description: String, crossinline body: TestBody.(String) -> Unit) { it(description) { body(description) } }