Skip to content

Commit

Permalink
Updated TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink committed Jun 22, 2023
1 parent c82289b commit 4a33527
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
- Introduce `Arbitraries.fromGenerator(size -> new Generator())`.
See https://github.com/jqwik-team/jqwik/issues/494.

- Allow more than one configure-method in `ArbitraryConfiguratorBase`.
See https://github.com/jqwik-team/jqwik/issues/493.

- State-based Properties (https://github.com/jqwik-team/jqwik/issues/428) :
- Do not shrink a single transformation if it is accessing state and any following transformation changes state.
- ChainArbitrary.startWith(.., ChainConfig.of(isImmutable, hasSideEffects, comparator))
Expand Down

0 comments on commit 4a33527

Please sign in to comment.