jstuyts-squins
fun expectations(block: Expectations.() -> Unit) { object : Expectations() { init { block() } } }