hello people. I hope you are all well. I am a new ...
# kotest
a
hello people. I hope you are all well. I am a new user of
kotests
and would like to ask you what is the best way to overcome the edge cases for property base tests. For example
Copy code
<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