From: Quick/Quick#432
It would seem to be useful to be able to generate two tests by eg:
expect { try someFunc() }.toNot(throwError()).to(equal(5))
This form doesn't work, I don't see any docs about how to achieve the same thing, or is there some reason that eludes me that this isn't a good idea?
From: Quick/Quick#432
It would seem to be useful to be able to generate two tests by eg:
This form doesn't work, I don't see any docs about how to achieve the same thing, or is there some reason that eludes me that this isn't a good idea?