Liking cljdoc? Tell your friends :D

stateful-check.shrink-strategies


pull-parallel-into-sequentialclj

(pull-parallel-into-sequential)

Return a shrink strategy that will move the first command from a parallel thread to be the last command in the sequential prefix. This may lead to further opportunities to shrink the sequential prefix.

Return a shrink strategy that will move the first command from a
parallel thread to be the last command in the sequential prefix.
This may lead to further opportunities to shrink the sequential
prefix.
sourceraw docstring

remove-n-commands-from-parallel-threadsclj

(remove-n-commands-from-parallel-threads n)

Return a shrink strategy that will remove n commands from a parallel thread, trying each thread in sequence.

Return a shrink strategy that will remove `n` commands from a
parallel thread, trying each thread in sequence.
sourceraw docstring

remove-n-commands-from-sequential-prefixclj

(remove-n-commands-from-sequential-prefix n)

Return a shrink strategy that will remove n commands from the sequential prefix.

Return a shrink strategy that will remove `n` commands from the
sequential prefix.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close