Liking cljdoc? Tell your friends :D

state-flow.test


probeclj

(probe state check-fn)
(probe state
       check-fn
       {:keys [sleep-time times-to-try]
        :or {sleep-time sleep-time times-to-try times-to-try}})

evaluates state repeatedly with check-fn until check-fn succeeds or we try too many times

evaluates state repeatedly with check-fn until check-fn succeeds or we try too many times
sourceraw docstring

sleep-timeclj

source

times-to-tryclj

source

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

× close