orangy
fun getCustomer(id: Int) { … } test(1) { assert(it.name == “Joe”) } test(-1) { fails<ArgumentOutOfRangeException>() } …