Join Slack
Communities
Powered by
The workaround might be to do ```expectThat(list) ...
# strikt
r
robfletcher
11/27/2018, 5:03 PM
The workaround might be to do
Copy code
expectThat(list) .get { it.filter(predicate) } .size .isGreaterThan(2)
Open in Slack
Previous
Next