atara
04/29/2020, 3:22 AMkotests
and would like to ask you what is the best way to overcome the edge cases for property base tests. For example
<http://Arb.int|Arb.int>(-18, 18)
.filterNot { it == Int.MIN_VALUE || it == Int.MAX_VALUE }
I’d like to do that without the filter if possible