From 4a335278c8f497a136b44e165301314c24f62ed9 Mon Sep 17 00:00:00 2001 From: Johannes Link Date: Thu, 22 Jun 2023 14:54:51 +0200 Subject: [PATCH] Updated TODOs --- TODO.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO.md b/TODO.md index 89ed4612c..b7baac321 100644 --- a/TODO.md +++ b/TODO.md @@ -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))