Liking cljdoc? Tell your friends :D

greenlight.step

A step is a reusable chunk of test logic.

A _step_ is a reusable chunk of test logic.
raw docstring

*pending-cleanups*clj


advance!clj

(advance! system step ctx)

Advance the test by performing the next step. Returns a tuple of the enriched step map and updated context.

Advance the test by performing the next step. Returns a tuple of the
enriched step map and updated context.
raw docstring

clean!cljmultimethod

Multimethod to clean up a created resource after a test finishes. Given the entire system to choose dependencies from.

Multimethod to clean up a created resource after a test finishes. Given the
entire system to choose dependencies from.
raw docstring

register-cleanup!clj

(register-cleanup! resource-type parameters)

Registers a cleanup job with the *pending-cleanups* atom, if bound.

Registers a cleanup job with the `*pending-cleanups*` atom, if bound.
raw docstring

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

× close