soudmaijer
inline fun expectations(unit: () -> Unit) { object : Expectations() { init { unit.invoke() } } }