expekt icon indicating copy to clipboard operation
expekt copied to clipboard

Expect methods for Exceptions

Open hastebrot opened this issue 8 years ago • 1 comments

expect { throw RuntimeException("error") }.to.`throw`.a(RuntimeException::class)

hastebrot avatar May 20 '16 10:05 hastebrot

Good advice. I'd go for a similar API like this.

I'll like into this as soon as a find the time, hopefully this weekend.

winterbe avatar May 20 '16 11:05 winterbe