Joakim Åkerblom
Joakim Åkerblom
Adds the ability to create recursive data structures.
_Is there a way to guide/force/improve the shrinking of lists, using the QuickTheories API?_ In my test case, I execute a series of commands to an API. The test case...
The shrinker does not stop shrinking despite reaching min values in given ranges. Keeps getting failure for values (0,6) , but the shrinker still continues with the shrinking process using...
In release 0.15, you could do something like `integers().between(1, 100).andAlwaysTheValues(2560)` if you have implemented the interface `WithQuickTheories` How do you do something similar in release 0.20? The method `Gen.andAlwaysTheValues(Integer)` seem...