Bogusław Zaręba

Results 2 issues of Bogusław Zaręba

Fix for a bug that occurred when `exactly` was called with multiple failing assertions described in #421

`exactly` assertion for collections works incorrectly when multiple assertions are provided in the assertion block. Minimal failing scenario: ``` // snippet #1 @Test fun test() { val c = listOf(1,...

bug