Pacane
06/08/2020, 7:45 PManswers ManyAnswersAnswer
with a listOf(ThrowingAnswer(myException), ConstantAnswer(myConstant))
but it doesn't seem to like having 2 types of answers in thereAlex Kuznetsov
06/09/2020, 11:46 PMevery { myThing.doIt() }.throws(Exception("")
.andTehnReturns(42)